phpstan fixes - no errors now

This commit is contained in:
bs
2026-01-23 17:54:57 -08:00
parent 31bf24fd37
commit c249151eb4
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
testsuite:
runs-on: ubuntu-latest
strategy:
fail-fast: true
fail-fast: false
matrix:
php-version: ['8.2', '8.4']
# db-type: ['mysql']
+3 -1
View File
@@ -1,8 +1,10 @@
includes:
- vendor/cakedc/cakephp-phpstan/extension.neon
parameters:
level: 5
paths:
- src
bootstrapFiles:
- tests/bootstrap.php
treatPhpDocTypesAsCertain: false