-
Notifications
You must be signed in to change notification settings - Fork 6
/
phpstan-baseline.neon
26 lines (22 loc) · 1.16 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
parameters:
ignoreErrors:
-
message: "#^Method Icinga\\\\Module\\\\Audit\\\\Forms\\\\Config\\\\AuditLogConfigForm\\:\\:createElements\\(\\) has parameter \\$formData with no value type specified in iterable type array\\.$#"
count: 1
path: application/forms/Config/AuditLogConfigForm.php
-
message: "#^Method Icinga\\\\Module\\\\Audit\\\\ProvidedHook\\\\AuditLog\\:\\:logMessage\\(\\) has parameter \\$data with no value type specified in iterable type array\\.$#"
count: 1
path: library/Audit/ProvidedHook/AuditLog.php
-
message: "#^Parameter \\#1 \\$name of method Icinga\\\\Module\\\\Audit\\\\ProvidedHook\\\\AuditLog\\:\\:resolveSyslogFacility\\(\\) expects string, mixed given\\.$#"
count: 1
path: library/Audit/ProvidedHook/AuditLog.php
-
message: "#^Parameter \\#1 \\$prefix of function openlog expects string, mixed given\\.$#"
count: 1
path: library/Audit/ProvidedHook/AuditLog.php
-
message: "#^Method Icinga\\\\Module\\\\Audit\\\\ProvidedHook\\\\AuditStream\\:\\:logMessage\\(\\) has parameter \\$data with no value type specified in iterable type array\\.$#"
count: 1
path: library/Audit/ProvidedHook/AuditStream.php