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
Copy file name to clipboardExpand all lines: phpstan-baseline.neon
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -60,12 +60,24 @@ parameters:
60
60
count:1
61
61
path:src/Migration/Environment.php
62
62
63
+
-
64
+
message:'#^Method Migrations\\Migration\\Manager\:\:getMigrationClassName\(\) should return class\-string\<Migrations\\MigrationInterface\> but returns string\.$#'
65
+
identifier:return.type
66
+
count:2
67
+
path:src/Migration/Manager.php
68
+
63
69
-
64
70
message:'#^Parameter \#1 \.\.\.\$arg1 of function max expects non\-empty\-array, array given\.$#'
65
71
identifier:argument.type
66
72
count:1
67
73
path:src/Migration/Manager.php
68
74
75
+
-
76
+
message:'#^Parameter \#3 \$length of function substr expects int\|null, int\<0, max\>\|false given\.$#'
77
+
identifier:argument.type
78
+
count:1
79
+
path:src/Migration/Manager.php
80
+
69
81
-
70
82
message:'#^Offset 0 on non\-empty\-list\<string\> in isset\(\) always exists and is not nullable\.$#'
0 commit comments