-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathphpstan.baseline.neon
More file actions
19 lines (17 loc) · 850 Bytes
/
phpstan.baseline.neon
File metadata and controls
19 lines (17 loc) · 850 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
parameters:
ignoreErrors:
-
message: '#^Method Brotkrueml\\CodeHighlight\\Service\\ProgrammingLanguages\:\:getAliases\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: Classes/Service/ProgrammingLanguages.php
-
message: '#^Method Brotkrueml\\CodeHighlight\\Service\\ProgrammingLanguages\:\:getAvailableProgrammingLanguages\(\) should return list\<string\> but returns array\.$#'
identifier: return.type
count: 1
path: Classes/Service/ProgrammingLanguages.php
-
message: '#^Method Brotkrueml\\CodeHighlight\\Service\\ProgrammingLanguages\:\:getTcaItems\(\) has parameter \$config with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: Classes/Service/ProgrammingLanguages.php