@@ -95,7 +95,7 @@ |
||
| 95 | 95 | * @param string $value |
| 96 | 96 | * @param integer|string $key |
| 97 | 97 | */ |
| 98 | - $iterator = function (string &$value, $key) use (&$output) { |
|
| 98 | + $iterator = function (string&$value, $key) use (&$output) { |
|
| 99 | 99 | $order = 'ASC'; |
| 100 | 100 | |
| 101 | 101 | if (\is_string($key)) { |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | /** |
| 4 | 4 | * /src/Form/Type/Traits/UserGroupChoices.php |
| 5 | 5 | * |