Passed
Push — master ( 64f685...345659 )
by Donald
01:34
created
src/Chekote/NounStore/Store.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -205,6 +205,6 @@
 block discarded – undo
205 205
                 break;
206 206
         }
207 207
 
208
-        return $nth . $ordinal . ' ' . $key;
208
+        return $nth.$ordinal.' '.$key;
209 209
     }
210 210
 }
Please login to merge, or discard this patch.