You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Builds on the Laravel 12 work (#207). Bumps to laravel/framework ^13,
PHP ^8.3, tinker ^3, carbon ^3.8.4, symfony ^7.4|^8.0, testbench ^11
(PHPUnit kept at ^11.5.50 pending phpunit 12 support in test helpers).
Code: defer ArraySource datasource setup out of the model boot cycle
(L13 forbids instantiating a model while booting); restate Builder<Model>
param on HasRelationships relation factories; fix Preferences::findRecord()
scope typing; drop the unsupported 2nd arg to DownCommand option('status');
update schedule:list invokable-class test expectation; prune stale phpstan
baseline entries; CI matrices to PHP 8.3/8.4.
Copy file name to clipboardExpand all lines: phpstan-baseline.neon
-24Lines changed: 0 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -30,24 +30,6 @@ parameters:
30
30
count:1
31
31
path:src/Auth/Models/User.php
32
32
33
-
-
34
-
message:'#^Call to function method_exists\(\) with \$this\(Winter\\Storm\\Auth\\Models\\User\) and ''getHashableAttribut…'' will always evaluate to true\.$#'
35
-
identifier:function.alreadyNarrowedType
36
-
count:1
37
-
path:src/Auth/Models/User.php
38
-
39
-
-
40
-
message:'#^Call to function property_exists\(\) with \$this\(Winter\\Storm\\Auth\\Models\\User\) and ''attributeNames'' will always evaluate to true\.$#'
41
-
identifier:function.alreadyNarrowedType
42
-
count:1
43
-
path:src/Auth/Models/User.php
44
-
45
-
-
46
-
message:'#^Call to function property_exists\(\) with \$this\(Winter\\Storm\\Auth\\Models\\User\) and ''customMessages'' will always evaluate to true\.$#'
47
-
identifier:function.alreadyNarrowedType
48
-
count:1
49
-
path:src/Auth/Models/User.php
50
-
51
33
-
52
34
message:'#^PHPDoc type array\<string\> of property Winter\\Storm\\Auth\\Models\\User\:\:\$hidden is not covariant with PHPDoc type list\<string\> of overridden property Illuminate\\Database\\Eloquent\\Model\:\:\$hidden\.$#'
53
35
identifier:property.phpDocType
@@ -642,12 +624,6 @@ parameters:
642
624
count:1
643
625
path:src/Database/Relations/HasOneThrough.php
644
626
645
-
-
646
-
message:'#^Instanceof between \*NEVER\* and Winter\\Storm\\Database\\Relations\\HasManyThrough will always evaluate to false\.$#'
647
-
identifier:instanceof.alwaysFalse
648
-
count:4
649
-
path:src/Database/Relations/HasOneThrough.php
650
-
651
627
-
652
628
message:'#^Call to an undefined method Illuminate\\Database\\Eloquent\\Relations\\Relation\:\:withDefault\(\)\.$#'
0 commit comments