12345678910111213141516171819202122232425262728293031323334353637 |
- parameters:
- autoload_files:
- - autoload.php
- level: 0
- excludes_analyse:
- - '../tests/Composer/Test/Fixtures/*'
- - '../tests/Composer/Test/Autoload/Fixtures/*'
- - '../tests/Composer/Test/Plugin/Fixtures/*'
- ignoreErrors:
-
- - '~^Function ioncube_loader_\w+ not found\.$~'
-
- - '~^Call to static method open\(\) on an unknown class RarArchive\.$~'
-
- - '~^Instantiated class Imagick not found\.$~'
-
- - '~^Undefined variable: \$vendorDir$~'
- - '~^Undefined variable: \$baseDir$~'
-
- - '~^Undefined variable: \$res$~'
-
- - '~^Unsafe usage of new static\(\)\.$~'
-
- -
- count: 1
- message: '~^Using \$this inside anonymous function is prohibited because of PHP 5\.3 support\.$~'
- path: '../tests/Composer/Test/Repository/PlatformRepositoryTest.php'
- paths:
- - ../src
- - ../tests
- rules:
- - Composer\PHPStanRules\AnonymousFunctionWithThisRule
|