PHPstan composer autoloader boostrap

This commit is contained in:
Clemens Schwaighofer
2021-10-27 17:46:29 +09:00
parent c1212d8116
commit 0b7dba5e2f
2 changed files with 2 additions and 2 deletions

View File

@@ -7,6 +7,8 @@ parameters:
- %currentWorkingDirectory%/www
bootstrapFiles:
- %currentWorkingDirectory%/phpstan-bootstrap.php
# - %currentWorkingDirectory%/www/lib/autoloader.php
- %currentWorkingDirectory%/www/vendor/autoload.php
scanDirectories:
- www/lib/Smarty
scanFiles:

View File

@@ -15,8 +15,6 @@ declare(strict_types=1);
if (!empty($DEBUG_ALL) && !empty($ENABLE_ERROR_HANDLING)) {
include BASE . LIBS . "Error.Handling.php";
}
// predefine vars
$messages = array();
//------------------------------ variable init end
//------------------------------ library include start