-
-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
24 lines (21 loc) · 784 Bytes
/
phpstan-baseline.neon
File metadata and controls
24 lines (21 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
parameters:
ignoreErrors:
-
message: """
#^Call to deprecated method decode\\(\\) of class Joomla\\\\Filter\\\\InputFilter\\:
This method will be removed once support for PHP 5\\.3 is discontinued\\.$#
"""
count: 1
path: src/InputFilter.php
-
message: "#^Call to function is_null\\(\\) with int will always evaluate to false\\.$#"
count: 1
path: src/OutputFilter.php
-
message: "#^Parameter \\#1 \\$parserRegistry of class Joomla\\\\Language\\\\Language constructor expects Joomla\\\\Language\\\\ParserRegistry, string given\\.$#"
count: 1
path: src/OutputFilter.php
-
message: "#^Parameter \\#3 \\$lang of class Joomla\\\\Language\\\\Language constructor expects string, bool given\\.$#"
count: 1
path: src/OutputFilter.php