generated from worksome/package-skeleton-laravel
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathphpstan-baseline.neon
31 lines (26 loc) · 1.16 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
parameters:
ignoreErrors:
-
message: "#^Parameter \\#1 \\$value of function strval expects bool\\|float\\|int\\|resource\\|string\\|null, mixed given\\.$#"
count: 1
path: src/Commands/SendVerificationCodeCommand.php
-
message: "#^Parameter \\#1 \\$value of function strval expects bool\\|float\\|int\\|resource\\|string\\|null, mixed given\\.$#"
count: 2
path: src/Commands/VerifyVerificationCodeCommand.php
-
message: "#^Illuminate\\\\Support\\\\Facades\\\\Http facade should not be used\\.$#"
count: 1
path: src/Services/Twilio/TwilioHttpClient.php
-
message: "#^Parameter \\#1 \\$number of class Propaganistas\\\\LaravelPhone\\\\PhoneNumber constructor expects string\\|null, mixed given\\.$#"
count: 1
path: src/Validation/Rules/VerificationCodeIsValid.php
-
message: "#^Parameter \\#1 \\$value of function strval expects bool\\|float\\|int\\|resource\\|string\\|null, mixed given\\.$#"
count: 2
path: src/VerifyByPhoneManager.php
-
message: "#^Parameter \\#1 \\$value of function strval expects bool\\|float\\|int\\|resource\\|string\\|null, mixed given\\.$#"
count: 2
path: src/VerifyByPhoneServiceProvider.php