-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan-baseline.neon
36 lines (30 loc) · 1.53 KB
/
phpstan-baseline.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
parameters:
ignoreErrors:
-
message: "#^Call to an undefined method Illuminate\\\\Contracts\\\\Auth\\\\StatefulGuard\\:\\:quietLogout\\(\\)\\.$#"
count: 1
path: src/Actions/StopAction.php
-
message: "#^Access to an undefined property Illuminate\\\\Support\\\\ValidatedInput\\:\\:\\$id\\.$#"
count: 1
path: src/Http/Controllers/ImpersonateController.php
-
message: "#^Call to an undefined method Illuminate\\\\Contracts\\\\Auth\\\\StatefulGuard\\:\\:quietLogin\\(\\)\\.$#"
count: 1
path: src/Http/Middleware/ImpersonateMiddleware.php
-
message: "#^Parameter \\#1 \\$moonshineUser of class Jampire\\\\MoonshineImpersonate\\\\Services\\\\ImpersonateManager constructor expects Illuminate\\\\Contracts\\\\Auth\\\\Authenticatable, Illuminate\\\\Foundation\\\\Auth\\\\User\\|null given\\.$#"
count: 1
path: src/ImpersonateServiceProvider.php
-
message: "#^Parameter \\#2 \\$provider of class Jampire\\\\MoonshineImpersonate\\\\Guards\\\\SessionGuard constructor expects Illuminate\\\\Contracts\\\\Auth\\\\UserProvider, Illuminate\\\\Contracts\\\\Auth\\\\UserProvider\\|null given\\.$#"
count: 1
path: src/ImpersonateServiceProvider.php
-
message: "#^Call to an undefined method Illuminate\\\\Contracts\\\\Auth\\\\Authenticatable\\:\\:changeLogs\\(\\)\\.$#"
count: 1
path: src/Listeners/LogImpersonationEnter.php
-
message: "#^Call to an undefined method Illuminate\\\\Contracts\\\\Auth\\\\Authenticatable\\:\\:changeLogs\\(\\)\\.$#"
count: 1
path: src/Listeners/LogImpersonationStopped.php