Skip to content

Commit

Permalink
Fix comments of ignoredFunctions
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Dec 18, 2019
1 parent 641198c commit 84b172a
Showing 1 changed file with 5 additions and 5 deletions.
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
];

0 comments on commit 84b172a

Please sign in to comment.