Passed
Push — master ( f54e36...64f685 )
by Donald
01:36
created
src/Chekote/NounStore/Store.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -189,7 +189,7 @@  discard block
 block discarded – undo
189 189
         }
190 190
 
191 191
         $nth = $index + 1;
192
-        switch(substr($nth, -1)) {
192
+        switch (substr($nth, -1)) {
193 193
             case 1:
194 194
                 $ordinal = self::FIRST_ORDINAL;
195 195
                 break;
@@ -204,6 +204,6 @@  discard block
 block discarded – undo
204 204
                 break;
205 205
         }
206 206
 
207
-        return $nth . $ordinal . ' ' . $key;
207
+        return $nth.$ordinal.' '.$key;
208 208
     }
209 209
 }
Please login to merge, or discard this patch.