@@ -26,7 +26,7 @@  | 
                                                    ||
| 26 | 26 |      { | 
                                                        
| 27 | 27 | $event = new self();  | 
                                                        
| 28 | 28 | |
| 29 | - $event->name = $amazonRequest['name'];  | 
                                                        |
| 29 | + $event->name = $amazonRequest['name'];  | 
                                                        |
| 30 | 30 | |
| 31 | 31 |          foreach ($amazonRequest['inputEvents'] as $_event) { | 
                                                        
| 32 | 32 | $event->inputEvents[] = InputEvent::fromAmazonRequest($_event);  | 
                                                        
@@ -29,7 +29,7 @@  | 
                                                    ||
| 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 | |
@@ -18,7 +18,7 @@  | 
                                                    ||
| 18 | 18 |      { | 
                                                        
| 19 | 19 | $request = new self();  | 
                                                        
| 20 | 20 | |
| 21 | - $request->type = self::TYPE;  | 
                                                        |
| 21 | + $request->type = self::TYPE;  | 
                                                        |
| 22 | 22 | $request->setRequestData($amazonRequest);  | 
                                                        
| 23 | 23 | |
| 24 | 24 | return $request;  |