Passed
Push — master ( a42211...e3bbc7 )
by Maximilian
42s
created
src/Response/Directives/GadgetController/Animation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
      *
30 30
      * @return Animation
31 31
      */
32
-    public static function create(array $sequence, int $repeat=1, array $targetLights = ['1']): self
32
+    public static function create(array $sequence, int $repeat = 1, array $targetLights = ['1']): self
33 33
     {
34 34
         $animations = new self();
35 35
 
Please login to merge, or discard this patch.