- Remove src and bin directories from analysis scope - Replace phpstan-bootstrap.php with bin/bootstrap.php for consistent autoloader setup - Remove redundant CLI constants definition in favor of existing bootstrap file - Clean up obsolete phpstan-bootstrap.php file entirelymaster
parent
77e40f41ae
commit
1747a4909b
2 changed files with 2 additions and 18 deletions
@ -1,15 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* This file is part of TypePHP(AOT). |
||||
* |
||||
* @link https://www.swoole.com/aot/ |
||||
* @contact service@swoole.com |
||||
*/ |
||||
|
||||
if (!defined('TYPEPHP_ROOT_PATH')) { |
||||
define('TYPEPHP_ROOT_PATH', __DIR__); |
||||
} |
||||
|
||||
if (!defined('TYPEPHP_DEBUG')) { |
||||
define('TYPEPHP_DEBUG', true); |
||||
} |
||||
Loading…
Reference in new issue