phpstan fixes - no errors now
This commit is contained in:
@@ -9,7 +9,7 @@ jobs:
|
|||||||
testsuite:
|
testsuite:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
php-version: ['8.2', '8.4']
|
php-version: ['8.2', '8.4']
|
||||||
# db-type: ['mysql']
|
# db-type: ['mysql']
|
||||||
|
|||||||
+3
-1
@@ -1,8 +1,10 @@
|
|||||||
includes:
|
includes:
|
||||||
- vendor/cakedc/cakephp-phpstan/extension.neon
|
- vendor/cakedc/cakephp-phpstan/extension.neon
|
||||||
|
|
||||||
parameters:
|
parameters:
|
||||||
level: 5
|
level: 5
|
||||||
paths:
|
paths:
|
||||||
- src
|
- src
|
||||||
|
bootstrapFiles:
|
||||||
|
- tests/bootstrap.php
|
||||||
treatPhpDocTypesAsCertain: false
|
treatPhpDocTypesAsCertain: false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user