Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions generator/config/ignoredFunctions.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
'array_search',
'forward_static_call',
'forward_static_call_array',
'readdir', //the documentation is false: the function return false at the end of the iteration
'apcu_delete', //apcu_delete returns false when the $key does not exist in the cache store
'filter_has_var', //this function is meant to return true or false
'array_multisort', // this function si too buggy, see PR #113 on github
];
'readdir', // the documentation is false: the function returns false at the end of the iteration
'apcu_delete', // apcu_delete returns false when the $key does not exist in the cache store
'filter_has_var', // this function is meant to return a boolean
'array_multisort', // this function is too buggy, see PR #113 on GitHub
];