|
3721 | 3721 | 'count' => 1,
|
3722 | 3722 | 'path' => __DIR__ . '/src/Glpi/Api/HL/Search.php',
|
3723 | 3723 | ];
|
3724 |
| -$ignoreErrors[] = [ |
3725 |
| - 'message' => '#^Function define is unsafe to use\\. It can return FALSE instead of throwing an exception\\. Please add \'use function Safe\\\\define;\' at the beginning of the file to use the variant provided by the \'thecodingmachine/safe\' library\\.$#', |
3726 |
| - 'identifier' => 'theCodingMachineSafe.function', |
3727 |
| - 'count' => 1, |
3728 |
| - 'path' => __DIR__ . '/src/Glpi/Application/Environment.php', |
3729 |
| -]; |
3730 | 3724 | $ignoreErrors[] = [
|
3731 | 3725 | 'message' => '#^Function preg_replace is unsafe to use\\. It can return FALSE instead of throwing an exception\\. Please add \'use function Safe\\\\preg_replace;\' at the beginning of the file to use the variant provided by the \'thecodingmachine/safe\' library\\.$#',
|
3732 | 3726 | 'identifier' => 'theCodingMachineSafe.function',
|
|
3769 | 3763 | 'count' => 2,
|
3770 | 3764 | 'path' => __DIR__ . '/src/Glpi/Application/ResourcesChecker.php',
|
3771 | 3765 | ];
|
3772 |
| -$ignoreErrors[] = [ |
3773 |
| - 'message' => '#^Function define is unsafe to use\\. It can return FALSE instead of throwing an exception\\. Please add \'use function Safe\\\\define;\' at the beginning of the file to use the variant provided by the \'thecodingmachine/safe\' library\\.$#', |
3774 |
| - 'identifier' => 'theCodingMachineSafe.function', |
3775 |
| - 'count' => 3, |
3776 |
| - 'path' => __DIR__ . '/src/Glpi/Application/SystemConfigurator.php', |
3777 |
| -]; |
3778 | 3766 | $ignoreErrors[] = [
|
3779 | 3767 | 'message' => '#^Function ini_set is unsafe to use\\. It can return FALSE instead of throwing an exception\\. Please add \'use function Safe\\\\ini_set;\' at the beginning of the file to use the variant provided by the \'thecodingmachine/safe\' library\\.$#',
|
3780 | 3768 | 'identifier' => 'theCodingMachineSafe.function',
|
|
5701 | 5689 | 'count' => 1,
|
5702 | 5690 | 'path' => __DIR__ . '/src/Glpi/Kernel/Kernel.php',
|
5703 | 5691 | ];
|
5704 |
| -$ignoreErrors[] = [ |
5705 |
| - 'message' => '#^Function define is unsafe to use\\. It can return FALSE instead of throwing an exception\\. Please add \'use function Safe\\\\define;\' at the beginning of the file to use the variant provided by the \'thecodingmachine/safe\' library\\.$#', |
5706 |
| - 'identifier' => 'theCodingMachineSafe.function', |
5707 |
| - 'count' => 1, |
5708 |
| - 'path' => __DIR__ . '/src/Glpi/Kernel/Listener/ControllerListener/CheckCsrfListener.php', |
5709 |
| -]; |
5710 | 5692 | $ignoreErrors[] = [
|
5711 | 5693 | 'message' => '#^Function ini_set is unsafe to use\\. It can return FALSE instead of throwing an exception\\. Please add \'use function Safe\\\\ini_set;\' at the beginning of the file to use the variant provided by the \'thecodingmachine/safe\' library\\.$#',
|
5712 | 5694 | 'identifier' => 'theCodingMachineSafe.function',
|
|
10465 | 10447 | 'count' => 1,
|
10466 | 10448 | 'path' => __DIR__ . '/src/XHProf.php',
|
10467 | 10449 | ];
|
10468 |
| -$ignoreErrors[] = [ |
10469 |
| - 'message' => '#^Function define is unsafe to use\\. It can return FALSE instead of throwing an exception\\. Please add \'use function Safe\\\\define;\' at the beginning of the file to use the variant provided by the \'thecodingmachine/safe\' library\\.$#', |
10470 |
| - 'identifier' => 'theCodingMachineSafe.function', |
10471 |
| - 'count' => 46, |
10472 |
| - 'path' => __DIR__ . '/src/autoload/constants.php', |
10473 |
| -]; |
10474 | 10450 | $ignoreErrors[] = [
|
10475 | 10451 | 'message' => '#^Function preg_replace is unsafe to use\\. It can return FALSE instead of throwing an exception\\. Please add \'use function Safe\\\\preg_replace;\' at the beginning of the file to use the variant provided by the \'thecodingmachine/safe\' library\\.$#',
|
10476 | 10452 | 'identifier' => 'theCodingMachineSafe.function',
|
|
0 commit comments