Completed
Push — master ( 1f9c38...61b139 )
by Tarmo
42:02 queued 18:09
created
src/Rest/RequestHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
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)) {
Please login to merge, or discard this patch.
src/Form/Type/Traits/UserGroupChoices.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
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
  *
Please login to merge, or discard this patch.