Skip to content

Commit

Permalink
Merge pull request #8260 from kenjis/refactor-model
Browse files Browse the repository at this point in the history
refactor: Model
  • Loading branch information
kenjis authored Dec 7, 2023
2 parents b367f2f + 7ad3c38 commit e49516c
Show file tree
Hide file tree
Showing 3 changed files with 239 additions and 199 deletions.
5 changes: 0 additions & 5 deletions phpstan-baseline.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@
'count' => 1,
'path' => __DIR__ . '/system/BaseModel.php',
];
$ignoreErrors[] = [
'message' => '#^Only booleans are allowed in &&, array\\|null given on the left side\\.$#',
'count' => 1,
'path' => __DIR__ . '/system/BaseModel.php',
];
$ignoreErrors[] = [
'message' => '#^Only booleans are allowed in a ternary operator condition, array\\|null given\\.$#',
'count' => 1,
Expand Down
Loading

0 comments on commit e49516c

Please sign in to comment.