-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
40 lines (35 loc) · 1.2 KB
/
phpstan-baseline.neon
File metadata and controls
40 lines (35 loc) · 1.2 KB
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
parameters:
excludePaths:
analyse:
- src/phputf8/*
ignoreErrors:
-
message: "#^Call to deprecated method rules\\(\\) of class Doctrine\\\\Common\\\\Inflector\\\\Inflector\\.$#"
count: 1
path: src/Inflector.php
-
message: """
#^Call to deprecated method toPlural\\(\\) of class Joomla\\\\String\\\\Inflector\\:
3\\.0 Use Doctrine\\\\Common\\\\Inflector\\\\Inflector\\:\\:pluralize\\(\\) instead\\.$#
"""
count: 1
path: src/Inflector.php
-
message: """
#^Call to deprecated method toSingular\\(\\) of class Joomla\\\\String\\\\Inflector\\:
3\\.0 Use Doctrine\\\\Common\\\\Inflector\\\\Inflector\\:\\:singularize\\(\\) instead\\.$#
"""
count: 2
path: src/Inflector.php
-
message: "#^Class Joomla\\\\String\\\\Inflector extends deprecated class Doctrine\\\\Common\\\\Inflector\\\\Inflector\\.$#"
count: 1
path: src/Inflector.php
-
message: "#^Method Joomla\\\\String\\\\Inflector\\:\\:getInstance\\(\\) should return static\\(Joomla\\\\String\\\\Inflector\\) but returns Joomla\\\\String\\\\Inflector\\.$#"
count: 1
path: src/Inflector.php
-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 2
path: src/Inflector.php