|
1 | | -# total 17 errors |
| 1 | +# total 1 error |
2 | 2 |
|
3 | 3 | parameters: |
4 | 4 | ignoreErrors: |
5 | 5 | - |
6 | 6 | message: '#^Only booleans are allowed in an if condition, mixed given\.$#' |
7 | 7 | count: 1 |
8 | 8 | path: ../../system/CLI/CLI.php |
9 | | - |
10 | | - - |
11 | | - message: '#^Only booleans are allowed in an if condition, Config\\Routing given\.$#' |
12 | | - count: 1 |
13 | | - path: ../../system/Commands/Utilities/Routes.php |
14 | | - |
15 | | - - |
16 | | - message: '#^Only booleans are allowed in an if condition, string\|null given\.$#' |
17 | | - count: 3 |
18 | | - path: ../../system/Commands/Utilities/Routes.php |
19 | | - |
20 | | - - |
21 | | - message: '#^Only booleans are allowed in an if condition, TWhen given\.$#' |
22 | | - count: 1 |
23 | | - path: ../../system/Database/BaseBuilder.php |
24 | | - |
25 | | - - |
26 | | - message: '#^Only booleans are allowed in an if condition, string\|null given\.$#' |
27 | | - count: 1 |
28 | | - path: ../../system/Database/MigrationRunner.php |
29 | | - |
30 | | - - |
31 | | - message: '#^Only booleans are allowed in an if condition, string\|null given\.$#' |
32 | | - count: 1 |
33 | | - path: ../../system/Email/Email.php |
34 | | - |
35 | | - - |
36 | | - message: '#^Only booleans are allowed in an if condition, array\|string\|null given\.$#' |
37 | | - count: 2 |
38 | | - path: ../../system/Encryption/Handlers/OpenSSLHandler.php |
39 | | - |
40 | | - - |
41 | | - message: '#^Only booleans are allowed in an if condition, array\<string, string\> given\.$#' |
42 | | - count: 1 |
43 | | - path: ../../system/HTTP/RedirectResponse.php |
44 | | - |
45 | | - - |
46 | | - message: '#^Only booleans are allowed in an if condition, string given\.$#' |
47 | | - count: 1 |
48 | | - path: ../../system/HTTP/Request.php |
49 | | - |
50 | | - - |
51 | | - message: '#^Only booleans are allowed in an if condition, string\|null given\.$#' |
52 | | - count: 2 |
53 | | - path: ../../system/HTTP/Response.php |
54 | | - |
55 | | - - |
56 | | - message: '#^Only booleans are allowed in an if condition, array\|int\|string\|null given\.$#' |
57 | | - count: 2 |
58 | | - path: ../../system/Model.php |
59 | | - |
60 | | - - |
61 | | - message: '#^Only booleans are allowed in an if condition, object\|string\|null given\.$#' |
62 | | - count: 1 |
63 | | - path: ../../system/RESTful/BaseResource.php |
64 | | - |
65 | | - - |
66 | | - message: '#^Only booleans are allowed in an if condition, mixed given\.$#' |
67 | | - count: 2 |
68 | | - path: ../../system/Session/Handlers/Database/PostgreHandler.php |
69 | | - |
70 | | - - |
71 | | - message: '#^Only booleans are allowed in an if condition, mixed given\.$#' |
72 | | - count: 1 |
73 | | - path: ../../system/Session/Handlers/MemcachedHandler.php |
74 | | - |
75 | | - - |
76 | | - message: '#^Only booleans are allowed in an if condition, string\|null given\.$#' |
77 | | - count: 1 |
78 | | - path: ../../system/View/Table.php |
79 | | - |
80 | | - - |
81 | | - message: '#^Only booleans are allowed in an if condition, mixed given\.$#' |
82 | | - count: 5 |
83 | | - path: ../../tests/system/Models/FindModelTest.php |
84 | | - |
85 | | - - |
86 | | - message: '#^Only booleans are allowed in an if condition, list\<string\> given\.$#' |
87 | | - count: 1 |
88 | | - path: ../../tests/system/Test/FilterTestTraitTest.php |
0 commit comments