Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into 4.5
Browse files Browse the repository at this point in the history
 Conflicts:
	system/BaseModel.php
	system/Model.php
  • Loading branch information
kenjis committed Dec 7, 2023
2 parents dce194b + 75d1b3b commit a922030
Show file tree
Hide file tree
Showing 4 changed files with 246 additions and 201 deletions.
7 changes: 1 addition & 6 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 Expand Up @@ -2543,7 +2538,7 @@
];
$ignoreErrors[] = [
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
'count' => 18,
'count' => 15,
'path' => __DIR__ . '/system/Model.php',
];
$ignoreErrors[] = [
Expand Down
Loading

0 comments on commit a922030

Please sign in to comment.