-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathphpstan-baseline.neon
36 lines (30 loc) · 1.27 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: "#^Access to an undefined property Pochocho\\\\OktaSamlSso\\\\OktaEntity\\:\\:\\$email\\.$#"
count: 1
path: src/Actions/SamlUserAuthenticated.php
-
message: "#^Access to an undefined property Pochocho\\\\OktaSamlSso\\\\OktaEntity\\:\\:\\$first_name\\.$#"
count: 1
path: src/Actions/SamlUserAuthenticated.php
-
message: "#^Access to an undefined property Pochocho\\\\OktaSamlSso\\\\OktaEntity\\:\\:\\$last_name\\.$#"
count: 1
path: src/Actions/SamlUserAuthenticated.php
-
message: "#^Method Pochocho\\\\OktaSamlSso\\\\Http\\\\Middleware\\\\SsoAuthenticate\\:\\:redirectTo\\(\\) should return string\\|null but return statement is missing\\.$#"
count: 1
path: src/Http/Middleware/SsoAuthenticate.php
-
message: "#^Property Pochocho\\\\OktaSamlSso\\\\OktaSaml\\:\\:\\$config is never read, only written\\.$#"
count: 1
path: src/OktaSaml.php
-
message: "#^Access to an undefined property Illuminate\\\\Contracts\\\\Foundation\\\\Application\\:\\:\\$config\\.$#"
count: 1
path: src/OktaSamlSsoServiceProvider.php
-
message: "#^Access to an undefined property Illuminate\\\\Contracts\\\\Foundation\\\\Application\\:\\:\\$request\\.$#"
count: 1
path: src/OktaSamlSsoServiceProvider.php