mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-30 19:43:49 +00:00
cs: Enable a couple of risky rules.
This commit is contained in:
@@ -210,7 +210,7 @@ class Paginator implements PaginatorInterface
|
||||
public function hasPage($number)
|
||||
{
|
||||
return 0 < $number
|
||||
and $this->countPages() >= $number;
|
||||
&& $this->countPages() >= $number;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user