|
1735 | 1735 | 'count' => 1, |
1736 | 1736 | 'path' => __DIR__ . '/src/Fieldblacklist.php', |
1737 | 1737 | ]; |
1738 | | -$ignoreErrors[] = [ |
1739 | | - 'message' => '#^Property GLPI\\:\\:\\$error_handler is unused\\.$#', |
1740 | | - 'identifier' => 'property.unused', |
1741 | | - 'count' => 1, |
1742 | | - 'path' => __DIR__ . '/src/GLPI.php', |
1743 | | -]; |
1744 | 1738 | $ignoreErrors[] = [ |
1745 | 1739 | 'message' => '#^Method GLPIKey\\:\\:keyExists\\(\\) should return string but returns bool\\.$#', |
1746 | 1740 | 'identifier' => 'return.type', |
|
2065 | 2059 | 'count' => 1, |
2066 | 2060 | 'path' => __DIR__ . '/src/Glpi/Api/HL/Search.php', |
2067 | 2061 | ]; |
2068 | | -$ignoreErrors[] = [ |
2069 | | - 'message' => '#^Instanceof between Psr\\\\Log\\\\LoggerInterface and Psr\\\\Log\\\\LoggerInterface will always evaluate to true\\.$#', |
2070 | | - 'identifier' => 'instanceof.alwaysTrue', |
2071 | | - 'count' => 1, |
2072 | | - 'path' => __DIR__ . '/src/Glpi/Application/ErrorHandler.php', |
2073 | | -]; |
2074 | | -$ignoreErrors[] = [ |
2075 | | - 'message' => '#^Property Glpi\\\\Application\\\\ErrorHandler\\:\\:\\$exit_code is never read, only written\\.$#', |
2076 | | - 'identifier' => 'property.onlyWritten', |
2077 | | - 'count' => 1, |
2078 | | - 'path' => __DIR__ . '/src/Glpi/Application/ErrorHandler.php', |
2079 | | -]; |
2080 | | -$ignoreErrors[] = [ |
2081 | | - 'message' => '#^Strict comparison using \\!\\=\\= between null and \'comment\'\\|\'error\' will always evaluate to true\\.$#', |
2082 | | - 'identifier' => 'notIdentical.alwaysTrue', |
2083 | | - 'count' => 1, |
2084 | | - 'path' => __DIR__ . '/src/Glpi/Application/ErrorHandler.php', |
2085 | | -]; |
2086 | 2062 | $ignoreErrors[] = [ |
2087 | 2063 | 'message' => '#^Strict comparison using \\=\\=\\= between null and 2 will always evaluate to false\\.$#', |
2088 | 2064 | 'identifier' => 'identical.alwaysFalse', |
|
0 commit comments