DX: fix cs

This commit is contained in:
2023-02-17 22:20:09 +01:00
parent 542b6ccc83
commit 096e2f6e40
9 changed files with 52 additions and 26 deletions

View File

@@ -104,6 +104,7 @@ interface PaginatorInterface extends Countable
/**
* check if the page with the given number exists.
*
* @param mixed $number
*/
public function hasPage($number): bool;