PHP_CodeSniffer / PHP_CodeSniffer (push) Successful in 1m34s
PHPStan / PHPStan with PHP 8.5 prefer-lowest (push) Successful in 1m42s
PHPStan / PHPStan with PHP 8.1 prefer-stable (push) Successful in 1m56s
PHPStan / PHPStan with PHP 8.1 prefer-lowest (push) Successful in 1m56s
PHPStan / PHPStan with PHP 8.5 prefer-stable (push) Successful in 55s
PHPStan / PHPStan with PHP 8.6 prefer-source (push) Successful in 1m0s
PHPUnit / PHPUnit with PHP 8.1 prefer-lowest (push) Successful in 1m19s
PHPUnit / PHPUnit with PHP 8.1 prefer-stable (push) Successful in 1m23s
PHPUnit / PHPUnit with PHP 8.5 prefer-lowest (push) Successful in 55s
Smoke / Produce an output (push) Successful in 17s
PHPUnit / PHPUnit with PHP 8.5 prefer-stable (push) Successful in 57s
Smoke / Consume the output (push) Successful in 13s
PHPUnit / PHPUnit with PHP 8.6 prefer-source (push) Successful in 53s
25 lines
689 B
Plaintext
25 lines
689 B
Plaintext
parameters:
|
|
paths:
|
|
- src
|
|
- tests
|
|
scanFiles:
|
|
- tools/phpunit/vendor/bin/.phpunit/phpunit/src/Framework/TestCase.php
|
|
scanDirectories:
|
|
- tools/phpunit/vendor/bin/.phpunit/phpunit/src/Framework
|
|
bootstrapFiles:
|
|
- tools/phpunit/vendor/bin/.phpunit/phpunit/vendor/autoload.php
|
|
- vendor/autoload.php
|
|
level: 9
|
|
checkTooWideReturnTypesInProtectedAndPublicMethods: true
|
|
checkUninitializedProperties: true
|
|
checkMissingCallableSignature: true
|
|
treatPhpDocTypesAsCertain: false
|
|
exceptions:
|
|
check:
|
|
missingCheckedExceptionInThrows: true
|
|
tooWideThrowType: true
|
|
checkedExceptionClasses:
|
|
- \Webmozart\Assert\InvalidArgumentException
|
|
implicitThrows: false
|
|
tmpDir: .phpstan
|