phpstan fixes - no errors now
Some checks failed
CI / testsuite (pgsql, 8.4, ) (push) Has been cancelled
CI / testsuite (sqlite, 8.2, ) (push) Has been cancelled
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Has been cancelled
CI / testsuite (sqlite, 8.4, ) (push) Has been cancelled
CI / testsuite (mysql, 8.2, ) (push) Has been cancelled
CI / testsuite (mysql, 8.4, ) (push) Has been cancelled
CI / testsuite (pgsql, 8.2, ) (push) Has been cancelled
CI / Coding Standard & Static Analysis (push) Failing after 9m6s

This commit is contained in:
2026-01-23 17:54:57 -08:00
parent 31bf24fd37
commit c249151eb4
2 changed files with 4 additions and 2 deletions

View File

@@ -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']

View File

@@ -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