generated from spatie/package-skeleton-laravel
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathphpstan-baseline.neon
34 lines (34 loc) · 1.41 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
parameters:
ignoreErrors:
-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 1
path: src/Notifications/Slack.php
-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 2
path: src/Models/DeveloperLog.php
-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 1
path: src/Dtos/DevLogDto.php
-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 3
path: src/Dtos/DevNotificationDto.php
-
message: "#^Call to static method startRecording\\(\\) on an unknown class Laravel\\\\Telescope\\\\Telescope\\.$#"
count: 1
path: src/Telescope/TelescopeException.php
-
message: "#^Call to static method recordException\\(\\) on an unknown class Laravel\\\\Telescope\\\\Telescope\\.$#"
count: 1
path: src/Telescope/TelescopeException.php
-
message: "#^Call to static method make\\(\\) on an unknown class Laravel\\\\Telescope\\\\IncomingExceptionEntry\\.$#"
count: 1
path: src/Telescope/TelescopeException.php
-
message: "#^Call to static method get\\(\\) on an unknown class Laravel\\\\Telescope\\\\ExceptionContext\\.$#"
count: 1
path: src/Telescope/TelescopeException.php