@@ -45,7 +45,7 @@ |
||
45 | 45 | |
46 | 46 | public function setOrientation(int $orientation): self |
47 | 47 | { |
48 | - if (! in_array($orientation, [0,1,2,3])) { |
|
48 | + if (!in_array($orientation, [0, 1, 2, 3])) { |
|
49 | 49 | throw new RuntimeException("Orientation not valid"); |
50 | 50 | } |
51 | 51 | $this->orientation = $orientation; |