We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef3bb2 commit a9e08ffCopy full SHA for a9e08ff
generator/config/ignoredFunctions.php
@@ -17,4 +17,5 @@
17
'readdir', //the documentation is false: the function return false at the end of the iteration
18
'apcu_delete', //apcu_delete returns false when the $key does not exist in the cache store
19
'filter_has_var', //this function is meant to return true or false
20
+ 'array_multisort', // this function si too buggy, see PR #113 on github
21
];
0 commit comments