Skip to content

Commit a922030

Browse files
committed
Merge remote-tracking branch 'upstream/develop' into 4.5
Conflicts: system/BaseModel.php system/Model.php
2 parents dce194b + 75d1b3b commit a922030

File tree

4 files changed

+246
-201
lines changed

4 files changed

+246
-201
lines changed

phpstan-baseline.php

Lines changed: 1 addition & 6 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,
@@ -2543,7 +2538,7 @@
25432538
];
25442539
$ignoreErrors[] = [
25452540
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
2546-
'count' => 18,
2541+
'count' => 15,
25472542
'path' => __DIR__ . '/system/Model.php',
25482543
];
25492544
$ignoreErrors[] = [

0 commit comments

Comments
 (0)