Skip to content

Commit

Permalink
Merge pull request #171 from szepeviktor/patch-1
Browse files Browse the repository at this point in the history
Fix comments of ignoredFunctions
  • Loading branch information
Kharhamel authored Dec 19, 2019
2 parents 641198c + 84b172a commit 25c3969
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 25c3969

Please sign in to comment.