-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan-baseline.neon
26 lines (22 loc) · 1010 Bytes
/
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
parameters:
ignoreErrors:
-
message: "#^Parameter \\#1 \\$photo of method App\\\\Models\\\\User\\:\\:updateProfilePhoto\\(\\) expects Illuminate\\\\Http\\\\UploadedFile, string given\\.$#"
count: 1
path: app/Actions/Fortify/UpdateUserProfileInformation.php
-
message: "#^Access to an undefined property Laravel\\\\Socialite\\\\Contracts\\\\User\\:\\:\\$token\\.$#"
count: 1
path: app/Actions/Socialstream/CreateConnectedAccount.php
-
message: "#^Access to an undefined property Laravel\\\\Socialite\\\\Contracts\\\\User\\:\\:\\$email\\.$#"
count: 1
path: app/Actions/Socialstream/ResolveSocialiteUser.php
-
message: "#^Access to an undefined property Laravel\\\\Socialite\\\\Contracts\\\\User\\:\\:\\$id\\.$#"
count: 1
path: app/Actions/Socialstream/ResolveSocialiteUser.php
-
message: "#^Access to an undefined property Laravel\\\\Socialite\\\\Contracts\\\\User\\:\\:\\$token\\.$#"
count: 1
path: app/Actions/Socialstream/UpdateConnectedAccount.php