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
+21-6Lines changed: 21 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -35,11 +35,6 @@ parameters:
35
35
count:5
36
36
path:src/Database/Eloquent/Builder.php
37
37
38
-
-
39
-
message:"#^Call to an undefined method Bavix\\\\LaravelClickHouse\\\\Database\\\\Eloquent\\\\Builder\\:\\:forPage\\(\\)\\.$#"
40
-
count:1
41
-
path:src/Database/Eloquent/Builder.php
42
-
43
38
-
44
39
message:"#^Call to an undefined method Bavix\\\\LaravelClickHouse\\\\Database\\\\Eloquent\\\\Builder\\:\\:forPageAfterId\\(\\)\\.$#"
45
40
count:1
@@ -290,6 +285,11 @@ parameters:
290
285
count:1
291
286
path:src/Database/Eloquent/Builder.php
292
287
288
+
-
289
+
message:"#^Method Bavix\\\\LaravelClickHouse\\\\Database\\\\Query\\\\Builder\\:\\:get\\(\\) invoked with 1 parameter, 0 required\\.$#"
290
+
count:1
291
+
path:src/Database/Eloquent/Builder.php
292
+
293
293
-
294
294
message:"#^PHPDoc tag @param for parameter \\$query with type Illuminate\\\\Database\\\\Query\\\\Builder is incompatible with native type Bavix\\\\LaravelClickHouse\\\\Database\\\\Query\\\\Builder\\.$#"
295
295
count:2
@@ -912,7 +912,7 @@ parameters:
912
912
913
913
-
914
914
message:"#^Cannot cast mixed to int\\.$#"
915
-
count:1
915
+
count:2
916
916
path:src/Database/Query/Builder.php
917
917
918
918
-
@@ -925,11 +925,21 @@ parameters:
925
925
count:1
926
926
path:src/Database/Query/Builder.php
927
927
928
+
-
929
+
message:"#^Method Bavix\\\\LaravelClickHouse\\\\Database\\\\Query\\\\Builder\\:\\:forPage\\(\\) should return \\$this\\(Bavix\\\\LaravelClickHouse\\\\Database\\\\Query\\\\Builder\\) but returns static\\(Bavix\\\\LaravelClickHouse\\\\Database\\\\Query\\\\Builder\\)\\.$#"
930
+
count:1
931
+
path:src/Database/Query/Builder.php
932
+
928
933
-
929
934
message:"#^Method Bavix\\\\LaravelClickHouse\\\\Database\\\\Query\\\\Builder\\:\\:get\\(\\) return type with generic class Illuminate\\\\Support\\\\Collection does not specify its types\\: TKey, TValue$#"
930
935
count:1
931
936
path:src/Database/Query/Builder.php
932
937
938
+
-
939
+
message:"#^Method Bavix\\\\LaravelClickHouse\\\\Database\\\\Query\\\\Builder\\:\\:getCountForPagination\\(\\) has no return type specified\\.$#"
940
+
count:1
941
+
path:src/Database/Query/Builder.php
942
+
933
943
-
934
944
message:"#^Method Bavix\\\\LaravelClickHouse\\\\Database\\\\Query\\\\Builder\\:\\:insert\\(\\) has parameter \\$values with no value type specified in iterable type array\\.$#"
935
945
count:1
@@ -950,6 +960,11 @@ parameters:
950
960
count:1
951
961
path:src/Database/Query/Builder.php
952
962
963
+
-
964
+
message:"#^Parameter \\#1 \\$table of method Tinderbox\\\\ClickhouseBuilder\\\\Integrations\\\\Laravel\\\\Connection\\:\\:table\\(\\) expects Closure\\|string\\|Tinderbox\\\\ClickhouseBuilder\\\\Integrations\\\\Laravel\\\\Builder, static\\(Bavix\\\\LaravelClickHouse\\\\Database\\\\Query\\\\Builder\\) given\\.$#"
965
+
count:1
966
+
path:src/Database/Query/Builder.php
967
+
953
968
-
954
969
message:"#^Property Bavix\\\\LaravelClickHouse\\\\Database\\\\Query\\\\Builder\\:\\:\\$connection has no type specified\\.$#"
0 commit comments