Skip to content

Commit e722c80

Browse files
committed
fix
1 parent e1ba39b commit e722c80

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

phpstan.baseline.neon

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,6 +1098,18 @@ parameters:
10981098
count: 1
10991099
path: src/Database/Eloquent/Model.php
11001100

1101+
-
1102+
message: '#^Method Bavix\\LaravelClickHouse\\Database\\Eloquent\\Model\:\:whenBooted\(\) has no return type specified\.$#'
1103+
identifier: missingType.return
1104+
count: 1
1105+
path: src/Database/Eloquent/Model.php
1106+
1107+
-
1108+
message: '#^Method Bavix\\LaravelClickHouse\\Database\\Eloquent\\Model\:\:whenBooted\(\) is not final, but since the containing class is abstract, it should be\.$#'
1109+
identifier: ergebnis.finalInAbstractClass
1110+
count: 1
1111+
path: src/Database/Eloquent/Model.php
1112+
11011113
-
11021114
message: '#^Method Bavix\\LaravelClickHouse\\Database\\Eloquent\\Model\:\:with\(\) has parameter \$relations with no value type specified in iterable type array\.$#'
11031115
identifier: missingType.iterableValue

0 commit comments

Comments
 (0)