Passed
Push — master ( 7ca82f...b3c36d )
by Craig
02:46
created
src/Word.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.