Skip to content

Commit e49516c

Browse files
authored
Merge pull request #8260 from kenjis/refactor-model
refactor: Model
2 parents b367f2f + 7ad3c38 commit e49516c

File tree

3 files changed

+239
-199
lines changed

3 files changed

+239
-199
lines changed

phpstan-baseline.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@
5151
'count' => 1,
5252
'path' => __DIR__ . '/system/BaseModel.php',
5353
];
54-
$ignoreErrors[] = [
55-
'message' => '#^Only booleans are allowed in &&, array\\|null given on the left side\\.$#',
56-
'count' => 1,
57-
'path' => __DIR__ . '/system/BaseModel.php',
58-
];
5954
$ignoreErrors[] = [
6055
'message' => '#^Only booleans are allowed in a ternary operator condition, array\\|null given\\.$#',
6156
'count' => 1,

0 commit comments

Comments
 (0)