Files
yii2/phpstan-baseline.neon

47 lines
1.2 KiB
Plaintext

parameters:
ignoreErrors:
-
message: "#^Variable \\$viaClass might not be defined\\.$#"
count: 5
path: framework/db/BaseActiveRecord.php
-
message: "#^Variable \\$viaTable might not be defined\\.$#"
count: 5
path: framework/db/BaseActiveRecord.php
-
message: "#^Variable \\$command might not be defined\\.$#"
count: 1
path: framework/db/Query.php
-
message: "#^Variable \\$rawValues in isset\\(\\) always exists and is not nullable\\.$#"
count: 1
path: framework/db/conditions/InConditionBuilder.php
-
message: "#^Access to undefined constant PDO\\:\\:CUBRID_SCH_CONSTRAINT\\.$#"
count: 1
path: framework/db/cubrid/Schema.php
-
message: "#^Access to undefined constant PDO\\:\\:CUBRID_SCH_IMPORTED_KEYS\\.$#"
count: 2
path: framework/db/cubrid/Schema.php
-
message: "#^Access to undefined constant PDO\\:\\:CUBRID_SCH_PRIMARY_KEY\\.$#"
count: 2
path: framework/db/cubrid/Schema.php
-
message: "#^Access to undefined constant PDO\\:\\:CUBRID_SCH_TABLE\\.$#"
count: 2
path: framework/db/cubrid/Schema.php
-
message: "#^Variable \\$error in isset\\(\\) always exists and is always null\\.$#"
count: 1
path: framework/helpers/BaseConsole.php