Passed
Pull Request — master (#6)
by Gábor
02:04
created
src/Query/UpdateQuery.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
      */
42 42
     public function __construct(iterable $commands = [])
43 43
     {
44
-        $this->commands = (static function (Command ...$commands) {
44
+        $this->commands = (static function(Command ...$commands) {
45 45
             return $commands;
46 46
         })(...$commands);
47 47
     }
Please login to merge, or discard this patch.