forked from codeigniter4/CodeIgniter4
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproperty.readOnlyByPhpDocDefaultValue.neon
More file actions
38 lines (31 loc) · 1.12 KB
/
property.readOnlyByPhpDocDefaultValue.neon
File metadata and controls
38 lines (31 loc) · 1.12 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
# total 21 errors
parameters:
ignoreErrors:
-
message: '#^@readonly property cannot have a default value\.$#'
count: 4
path: ../../app/Config/Autoload.php
-
message: '#^@readonly property cannot have a default value\.$#'
count: 2
path: ../../app/Config/DocTypes.php
-
message: '#^@readonly property cannot have a default value\.$#'
count: 1
path: ../../app/Config/Mimes.php
-
message: '#^@readonly property cannot have a default value\.$#'
count: 5
path: ../../app/Config/Modules.php
-
message: '#^@readonly property cannot have a default value\.$#'
count: 2
path: ../../app/Config/Optimize.php
-
message: '#^@readonly property cannot have a default value\.$#'
count: 5
path: ../../app/Config/Paths.php
-
message: '#^@readonly property cannot have a default value\.$#'
count: 2
path: ../../system/Test/Mock/MockAutoload.php