There was an error while loading. Please reload this page.
1 parent 78d847e commit 853866bCopy full SHA for 853866b
CHANGELOG.md
@@ -12,12 +12,16 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
12
- Check if the Protocol supports the fetch method if extensions are present
13
- Typos fixed
14
- Detect `NONEXISTENT` errors while selecting or examining a folder #266
15
+- Missing type cast added to `PaginatedCollection::paginate` #267 (thanks @rogerb87)
16
17
### Added
18
- NaN
19
20
### Affected Classes
21
+- [Query::class](src/Query/Query.php)
22
- [ImapProtocol::class](src/Connection/Protocols/ImapProtocol.php)
23
+- [LegacyProtocol::class](src/Connection/Protocols/LegacyProtocol.php)
24
+- [PaginatedCollection::class](src/Support/PaginatedCollection.php)
25
26
### Breaking changes
27
0 commit comments