mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
replace continue instruction by equivalent break in switch
This commit is contained in:
parent
47897b5fe3
commit
992b320820
@ -32,7 +32,7 @@ final class FilterOrderType extends \Symfony\Component\Form\AbstractType
|
||||
foreach ($this->requestStack->getCurrentRequest()->query->getIterator() as $key => $value) {
|
||||
switch($key) {
|
||||
case 'q':
|
||||
continue;
|
||||
break;
|
||||
case 'page':
|
||||
$builder->add($key, HiddenType::class, [
|
||||
'data' => 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user