generated from worksome/package-skeleton-laravel
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
37 lines (32 loc) · 1.31 KB
/
phpstan-baseline.neon
File metadata and controls
37 lines (32 loc) · 1.31 KB
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
37
parameters:
ignoreErrors:
-
message: '#^Parameter \#1 \$value of function strval expects bool\|float\|int\|resource\|string\|null, mixed given\.$#'
identifier: argument.type
count: 1
path: src/Commands/SendVerificationCodeCommand.php
-
message: '#^Parameter \#1 \$value of function strval expects bool\|float\|int\|resource\|string\|null, mixed given\.$#'
identifier: argument.type
count: 2
path: src/Commands/VerifyVerificationCodeCommand.php
-
message: '#^Illuminate\\Support\\Facades\\Http facade should not be used\.$#'
identifier: larastanStrictRules.noFacadeRule
count: 1
path: src/Services/Twilio/TwilioHttpClient.php
-
message: '#^Parameter \#1 \$number of class Propaganistas\\LaravelPhone\\PhoneNumber constructor expects string(?:\|null)?, mixed given\.$#'
identifier: argument.type
count: 1
path: src/Validation/Rules/VerificationCodeIsValid.php
-
message: '#^Parameter \#1 \$value of function strval expects bool\|float\|int\|resource\|string\|null, mixed given\.$#'
identifier: argument.type
count: 2
path: src/VerifyByPhoneManager.php
-
message: '#^Parameter \#1 \$value of function strval expects bool\|float\|int\|resource\|string\|null, mixed given\.$#'
identifier: argument.type
count: 2
path: src/VerifyByPhoneServiceProvider.php