zendframework / zend-stdlib

Stdlib component from Zend Framework
BSD 3-Clause "New" or "Revised" License
384 stars 76 forks source link

Marked ArrayUtils::filter as deprecated #71

Closed michalbundyra closed 6 years ago

michalbundyra commented 7 years ago

This method was implemented only for compatibility with PHP <5.6. Library now supports only PHP 5.6+ so this method is no longer needed. Removed functionality for PHP <5.6 and marked function as deprecated since 3.2.0. Added suggestion to use native method array_filter.