Skip to content

Commit a9e08ff

Browse files
committed
removed array_multisort
1 parent 4ef3bb2 commit a9e08ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

generator/config/ignoredFunctions.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@
1717
'readdir', //the documentation is false: the function return false at the end of the iteration
1818
'apcu_delete', //apcu_delete returns false when the $key does not exist in the cache store
1919
'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
2021
];

0 commit comments

Comments
 (0)