zendframework / zend-paginator

Paginate collections of data from arbitrary sources.
BSD 3-Clause "New" or "Revised" License
36 stars 30 forks source link

PHP 7 Compatibility #3

Closed Rockstar04 closed 9 years ago

Rockstar04 commented 9 years ago

Zend\Paginator\Adapte\Null

PHP Fatal error:  Cannot use 'Null' as class name as it is reserved in ./vendor/zendframework/zend-paginator/src/Adapter/Null.php on line 12
Rockstar04 commented 9 years ago

Looking at the commit history for Null and NullFill it seems this has already been addressed