|
1021 | 1021 | 'count' => 1, |
1022 | 1022 | 'path' => __DIR__ . '/front/item_project.form.php', |
1023 | 1023 | ]; |
1024 | | -$ignoreErrors[] = [ |
1025 | | - 'message' => '#^Offset \'id\' might not exist on array\\{id\\: mixed\\}\\|array\\{racks_id\\: mixed, orientation\\: mixed, position\\: mixed, _onlypdu\\?\\: mixed\\}\\.$#', |
1026 | | - 'identifier' => 'offsetAccess.notFound', |
1027 | | - 'count' => 1, |
1028 | | - 'path' => __DIR__ . '/front/item_rack.form.php', |
1029 | | -]; |
1030 | 1024 | $ignoreErrors[] = [ |
1031 | 1025 | 'message' => '#^Offset \'racks_id\' might not exist on array\\<string, mixed\\>\\|null\\.$#', |
1032 | 1026 | 'identifier' => 'offsetAccess.notFound', |
|
4238 | 4232 | 'path' => __DIR__ . '/src/Config.php', |
4239 | 4233 | ]; |
4240 | 4234 | $ignoreErrors[] = [ |
4241 | | - 'message' => '#^Cannot access offset \'endpoint\' on array\\{api_version\\: string, version\\: \'2\\.[0-9]+\\.0\', description\\?\\: string, endpoint\\: string\\}\\|false\\.$#', |
| 4235 | + 'message' => '#^Cannot access offset \'endpoint\' on array\\{api_version\\: string, version\\: \'2\\.3\\.0\', description\\?\\: string, endpoint\\: string\\}\\|false\\.$#', |
4242 | 4236 | 'identifier' => 'offsetAccess.nonOffsetAccessible', |
4243 | 4237 | 'count' => 3, |
4244 | 4238 | 'path' => __DIR__ . '/src/Config.php', |
|
10537 | 10531 | 'count' => 1, |
10538 | 10532 | 'path' => __DIR__ . '/src/Glpi/Inventory/Asset/NetworkPort.php', |
10539 | 10533 | ]; |
| 10534 | +$ignoreErrors[] = [ |
| 10535 | + 'message' => '#^Call to an undefined method object\\:\\:getManagementPorts\\(\\)\\.$#', |
| 10536 | + 'identifier' => 'method.notFound', |
| 10537 | + 'count' => 1, |
| 10538 | + 'path' => __DIR__ . '/src/Glpi/Inventory/Asset/NetworkPort.php', |
| 10539 | +]; |
10540 | 10540 | $ignoreErrors[] = [ |
10541 | 10541 | 'message' => '#^Cannot access constant class on Glpi\\\\Inventory\\\\MainAsset\\\\MainAsset\\|null\\.$#', |
10542 | 10542 | 'identifier' => 'classConstant.nonObject', |
|
10606 | 10606 | $ignoreErrors[] = [ |
10607 | 10607 | 'message' => '#^Cannot call method getManagementPorts\\(\\) on object\\|null\\.$#', |
10608 | 10608 | 'identifier' => 'method.nonObject', |
10609 | | - 'count' => 2, |
| 10609 | + 'count' => 1, |
10610 | 10610 | 'path' => __DIR__ . '/src/Glpi/Inventory/Asset/NetworkPort.php', |
10611 | 10611 | ]; |
10612 | 10612 | $ignoreErrors[] = [ |
|
12277 | 12277 | 'count' => 1, |
12278 | 12278 | 'path' => __DIR__ . '/src/Glpi/ItemTranslation/ItemTranslation.php', |
12279 | 12279 | ]; |
12280 | | -$ignoreErrors[] = [ |
12281 | | - 'message' => '#^Cannot access property \\$strategy on Glpi\\\\Security\\\\Attribute\\\\SecurityStrategy\\|false\\.$#', |
12282 | | - 'identifier' => 'property.nonObject', |
12283 | | - 'count' => 1, |
12284 | | - 'path' => __DIR__ . '/src/Glpi/Kernel/Listener/ControllerListener/FirewallStrategyListener.php', |
12285 | | -]; |
12286 | 12280 | $ignoreErrors[] = [ |
12287 | 12281 | 'message' => '#^Parameter \\#1 \\$strategy of method Glpi\\\\Http\\\\Firewall\\:\\:applyStrategy\\(\\) expects \'admin_access\'\\|\'authenticated\'\\|\'central_access\'\\|\'faq_access\'\\|\'helpdesk_access\'\\|\'no_check\', string given\\.$#', |
12288 | 12282 | 'identifier' => 'argument.type', |
|
19562 | 19556 | 'path' => __DIR__ . '/src/Ticket.php', |
19563 | 19557 | ]; |
19564 | 19558 | $ignoreErrors[] = [ |
19565 | | - 'message' => '#^Parameter \\#1 \\$params of method CommonITILObject\\:\\:getEntitiesForRequesters\\(\\) expects array, array\\|null given\\.$#', |
| 19559 | + 'message' => '#^Parameter \\#1 \\$params of method CommonITILObject\\:\\:getEntitiesForRequesters\\(\\) expects array, array\\<string, mixed\\>\\|null given\\.$#', |
19566 | 19560 | 'identifier' => 'argument.type', |
19567 | 19561 | 'count' => 1, |
19568 | 19562 | 'path' => __DIR__ . '/src/Ticket.php', |
|
0 commit comments