You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .phpstan-baseline.php
-18Lines changed: 0 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -5941,24 +5941,6 @@
5941
5941
'count' => 2,
5942
5942
'path' => __DIR__ . '/src/Glpi/OAuth/Server.php',
5943
5943
];
5944
-
$ignoreErrors[] = [
5945
-
'message' => '#^Function file_put_contents is unsafe to use\\. It can return FALSE instead of throwing an exception\\. Please add \'use function Safe\\\\file_put_contents;\' at the beginning of the file to use the variant provided by the \'thecodingmachine/safe\' library\\.$#',
5946
-
'identifier' => 'theCodingMachineSafe.function',
5947
-
'count' => 1,
5948
-
'path' => __DIR__ . '/src/Glpi/OAuth/Server.php',
5949
-
];
5950
-
$ignoreErrors[] = [
5951
-
'message' => '#^Function openssl_pkey_export_to_file is unsafe to use\\. It can return FALSE instead of throwing an exception\\. Please add \'use function Safe\\\\openssl_pkey_export_to_file;\' at the beginning of the file to use the variant provided by the \'thecodingmachine/safe\' library\\.$#',
5952
-
'identifier' => 'theCodingMachineSafe.function',
5953
-
'count' => 1,
5954
-
'path' => __DIR__ . '/src/Glpi/OAuth/Server.php',
5955
-
];
5956
-
$ignoreErrors[] = [
5957
-
'message' => '#^Function openssl_pkey_new is unsafe to use\\. It can return FALSE instead of throwing an exception\\. Please add \'use function Safe\\\\openssl_pkey_new;\' at the beginning of the file to use the variant provided by the \'thecodingmachine/safe\' library\\.$#',
5958
-
'identifier' => 'theCodingMachineSafe.function',
5959
-
'count' => 1,
5960
-
'path' => __DIR__ . '/src/Glpi/OAuth/Server.php',
5961
-
];
5962
5944
$ignoreErrors[] = [
5963
5945
'message' => '#^Function unlink is unsafe to use\\. It can return FALSE instead of throwing an exception\\. Please add \'use function Safe\\\\unlink;\' at the beginning of the file to use the variant provided by the \'thecodingmachine/safe\' library\\.$#',
0 commit comments