-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan-baseline.neon
36 lines (30 loc) · 1.34 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: "#^Method App\\\\Controller\\\\UrlShortenerController\\:\\:addRoute\\(\\) has no return type specified\\.$#"
count: 1
path: src/Controller/UrlShortenerController.php
-
message: "#^Method App\\\\Controller\\\\UrlShortenerController\\:\\:addUserRoute\\(\\) has no return type specified\\.$#"
count: 1
path: src/Controller/UrlShortenerController.php
-
message: "#^Method App\\\\Controller\\\\UrlShortenerController\\:\\:deleteRoute\\(\\) has no return type specified\\.$#"
count: 1
path: src/Controller/UrlShortenerController.php
-
message: "#^Method App\\\\Controller\\\\UrlShortenerController\\:\\:editRoute\\(\\) has no return type specified\\.$#"
count: 1
path: src/Controller/UrlShortenerController.php
-
message: "#^Method App\\\\Controller\\\\UrlShortenerController\\:\\:handleGlobalRedirect\\(\\) has no return type specified\\.$#"
count: 1
path: src/Controller/UrlShortenerController.php
-
message: "#^Method App\\\\Controller\\\\UrlShortenerController\\:\\:handleUserRedirect\\(\\) has no return type specified\\.$#"
count: 1
path: src/Controller/UrlShortenerController.php
-
message: "#^Method App\\\\Controller\\\\UrlShortenerController\\:\\:index\\(\\) has no return type specified\\.$#"
count: 1
path: src/Controller/UrlShortenerController.php