PHPstan composer autoloader boostrap
This commit is contained in:
@@ -7,6 +7,8 @@ parameters:
|
|||||||
- %currentWorkingDirectory%/www
|
- %currentWorkingDirectory%/www
|
||||||
bootstrapFiles:
|
bootstrapFiles:
|
||||||
- %currentWorkingDirectory%/phpstan-bootstrap.php
|
- %currentWorkingDirectory%/phpstan-bootstrap.php
|
||||||
|
# - %currentWorkingDirectory%/www/lib/autoloader.php
|
||||||
|
- %currentWorkingDirectory%/www/vendor/autoload.php
|
||||||
scanDirectories:
|
scanDirectories:
|
||||||
- www/lib/Smarty
|
- www/lib/Smarty
|
||||||
scanFiles:
|
scanFiles:
|
||||||
|
|||||||
@@ -15,8 +15,6 @@ declare(strict_types=1);
|
|||||||
if (!empty($DEBUG_ALL) && !empty($ENABLE_ERROR_HANDLING)) {
|
if (!empty($DEBUG_ALL) && !empty($ENABLE_ERROR_HANDLING)) {
|
||||||
include BASE . LIBS . "Error.Handling.php";
|
include BASE . LIBS . "Error.Handling.php";
|
||||||
}
|
}
|
||||||
// predefine vars
|
|
||||||
$messages = array();
|
|
||||||
//------------------------------ variable init end
|
//------------------------------ variable init end
|
||||||
|
|
||||||
//------------------------------ library include start
|
//------------------------------ library include start
|
||||||
|
|||||||
Reference in New Issue
Block a user