Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 513 Bytes

UPGRADE-3.0.md

File metadata and controls

17 lines (11 loc) · 513 Bytes

UPGRADE FROM 2.x to 3.0

PHP

The minimum requirement is php 7.2.

Interfaces

The Pager\PagerInterface implements \Iterator and \Countable. All public methods of Pager\BasePager were moved to Pager\PagerInterface.

Type hinting and API closing

Now that only PHP >= 7.1 is supported, many signatures have changed: type hinting was added for the parameters or the return value. Also all classes were made final to allow slightly modification in upcoming minor releases.