-
Notifications
You must be signed in to change notification settings - Fork 4
/
phpstan-baseline.neon
54 lines (45 loc) · 1.92 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
parameters:
ignoreErrors:
-
message: "#^Access to an undefined property SocialLinks\\\\Page\\:\\:\\$facebook\\.$#"
count: 1
path: src/Controller/Fragments/WidgetsController.php
-
message: "#^Access to an undefined property SocialLinks\\\\Page\\:\\:\\$twitter\\.$#"
count: 1
path: src/Controller/Fragments/WidgetsController.php
-
message: "#^Access to an undefined property SocialLinks\\\\Page\\:\\:\\$facebook\\.$#"
count: 1
path: src/Controller/Location/EventController.php
-
message: "#^Access to an undefined property SocialLinks\\\\Page\\:\\:\\$twitter\\.$#"
count: 1
path: src/Controller/Location/EventController.php
-
message: "#^Negated boolean expression is always true\\.$#"
count: 1
path: src/Image/Helper/ImageHelper.php
-
message: "#^Strict comparison using \\=\\=\\= between array\\{\\} and mixed will always evaluate to false\\.$#"
count: 1
path: src/Image/Helper/ImageHelper.php
-
message: "#^Ternary operator condition is always true\\.$#"
count: 1
path: src/Image/Helper/ImageHelper.php
-
message: """
#^Regex pattern is invalid\\: Delimiter must not be alphanumeric, backslash, or NUL in pattern\\:
\\\\\\#\\(\\(http\\|https\\|ftp\\)\\://\\(\\\\S\\*\\?\\\\\\.\\\\S\\*\\?\\)\\)\\(\\\\s\\|\\\\;\\|\\\\\\)\\|\\\\\\]\\|\\\\\\[\\|\\\\\\{\\|\\\\\\}\\|,\\|"\\|'\\|\\:\\|\\\\\\<\\|\\$\\|\\\\\\.\\\\s\\)\\\\\\#i$#
"""
count: 1
path: src/Twig/ParseExtension.php
-
message: "#^Property App\\\\Utils\\\\StringManipulator\\:\\:\\$text \\(Symfony\\\\Component\\\\String\\\\UnicodeString\\) does not accept Symfony\\\\Component\\\\String\\\\AbstractUnicodeString\\.$#"
count: 1
path: src/Utils/StringManipulator.php
-
message: "#^Regex pattern is invalid\\: Compilation failed\\: missing terminating \\] for character class at offset 10 in pattern\\: /\\\\s\\+\\(\\[\\]\\)\\\\s\\+/u$#"
count: 1
path: src/Utils/Util.php