-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
36 lines (30 loc) · 913 Bytes
/
phpstan-baseline.neon
File metadata and controls
36 lines (30 loc) · 913 Bytes
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: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 1
path: src/Exceptions/Unauthenticated.php
-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 1
path: src/Exceptions/Unauthorized.php
-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 1
path: src/Permissions/LazyStandardPermissions.php
-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 1
path: src/Permissions/LazyStrictPermissions.php
-
message: "#^Function str_random not found\\.$#"
count: 4
path: tests/spec/Persistences/DefaultDoctrinePersistenceRepositorySpec.php
-
message: "#^Function str_random not found\\.$#"
count: 2
path: tests/spec/Persistences/DefaultPersistenceSpec.php
-
message: "#^Function str_random not found\\.$#"
count: 3
path: tests/spec/Reminders/DefaultDoctrineReminderRepositorySpec.php