We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73744fe commit 04b4586Copy full SHA for 04b4586
phpstan-baseline.neon
@@ -3,6 +3,18 @@ parameters:
3
- message: '#Parameter \#1 \$prefix of static method Illuminate\\Support\\Facades\\Route::prefix\(\) expects string, mixed given\.#'
4
path: routes/*.php
5
6
+ - message: '#Part \$routePrefix \(mixed\) of encapsed string cannot be cast to string\.#'
7
+ path: routes/*.php
8
+
9
+ - message: '#Cannot cast mixed to string#'
10
+ path: src/*.php
11
12
+ - message: '#Cannot cast mixed to int#'
13
14
15
+ - message: '#Cannot access offset .+ on mixed#'
16
17
18
- message: '#Parameter \#1 \$view of function view expects view-string\|null, string given\.#'
19
paths:
20
- src/Services/GithubService.php
0 commit comments