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
+13-12Lines changed: 13 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -36,30 +36,31 @@ parameters:
36
36
count:1
37
37
path:src/Eloquent/Mixins/BuilderReturning.php
38
38
39
-
-
40
-
message:'#^Call to function method_exists\(\) with Tpetry\\PostgresqlEnhanced\\Query\\Grammar and ''setConnection'' will always evaluate to true\.$#'
41
-
identifier:function.alreadyNarrowedType
42
-
count:1
43
-
path:src/PostgresEnhancedConnection.php
44
-
45
-
-
46
-
message:'#^Call to function method_exists\(\) with Tpetry\\PostgresqlEnhanced\\Schema\\Grammars\\Grammar and ''setConnection'' will always evaluate to true\.$#'
47
-
identifier:function.alreadyNarrowedType
48
-
count:1
49
-
path:src/PostgresEnhancedConnection.php
50
-
51
39
-
52
40
message:'#^Call to function method_exists\(\) with \$this\(Tpetry\\PostgresqlEnhanced\\Query\\Builder\) and ''applyBeforeQueryCal…'' will always evaluate to true\.$#'
53
41
identifier:function.alreadyNarrowedType
54
42
count:7
55
43
path:src/Query/Builder.php
56
44
45
+
-
46
+
message:'#^Method Illuminate\\Database\\Schema\\Grammars\\PostgresGrammar\:\:compileChange\(\) invoked with 3 parameters, 2 required\.$#'
47
+
identifier:arguments.count
48
+
count:1
49
+
path:src/Schema/Grammars/Grammar.php
50
+
reportUnmatched:false
51
+
57
52
-
58
53
message:'#^Return type \(array\<int, string\>\) of method Tpetry\\PostgresqlEnhanced\\Schema\\Grammars\\Grammar\:\:compileAdd\(\) should be compatible with return type \(string\) of method Illuminate\\Database\\Schema\\Grammars\\PostgresGrammar\:\:compileAdd\(\)$#'
59
54
identifier:method.childReturnType
60
55
count:1
61
56
path:src/Schema/Grammars/Grammar.php
62
57
58
+
-
59
+
message:'#^Parameter \#2 \$replace of function substr_replace expects array\|string, int\|false given\.$#'
60
+
identifier:argument.type
61
+
count:1
62
+
path:src/Support/Helpers/MigrationIndex.php
63
+
63
64
-
64
65
message:'#^Call to an undefined method Illuminate\\Database\\Migrations\\Migration\:\:timeoutDown\(\)\.$#'
0 commit comments