Fix phpstan config
parent
c0b0149040
commit
e9a2f922d5
|
@ -1,5 +0,0 @@
|
||||||
<?php
|
|
||||||
|
|
||||||
require_once __DIR__ . '/../vendor/autoload.php';
|
|
||||||
|
|
||||||
require_once __DIR__ . '/../src/bootstrap.php';
|
|
|
@ -1,7 +1,7 @@
|
||||||
parameters:
|
parameters:
|
||||||
level: 1
|
level: 1
|
||||||
autoload_files:
|
autoload_files:
|
||||||
- autoload.php
|
- '../src/bootstrap.php'
|
||||||
excludes_analyse:
|
excludes_analyse:
|
||||||
- '../tests/Composer/Test/Fixtures/*'
|
- '../tests/Composer/Test/Fixtures/*'
|
||||||
- '../tests/Composer/Test/Autoload/Fixtures/*'
|
- '../tests/Composer/Test/Autoload/Fixtures/*'
|
||||||
|
@ -22,9 +22,6 @@ parameters:
|
||||||
# variable defined in eval
|
# variable defined in eval
|
||||||
- '~^Undefined variable: \$res$~'
|
- '~^Undefined variable: \$res$~'
|
||||||
|
|
||||||
# erroneous detection of missing const, see https://github.com/phpstan/phpstan/issues/2960
|
|
||||||
- '~^Access to undefined constant ZipArchive::LIBZIP_VERSION.$~'
|
|
||||||
|
|
||||||
# we don't have different constructors for parent/child
|
# we don't have different constructors for parent/child
|
||||||
- '~^Unsafe usage of new static\(\)\.$~'
|
- '~^Unsafe usage of new static\(\)\.$~'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue