Passed
Pull Request — master (#4)
by Donald
01:38
created
src/Chekote/NounStore/Store.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -191,7 +191,7 @@
 block discarded – undo
191 191
 
192 192
         $nth = $index + 1;
193 193
 
194
-        return $nth . $this->getOrdinal($nth) . ' ' . $key;
194
+        return $nth.$this->getOrdinal($nth).' '.$key;
195 195
     }
196 196
 
197 197
     /**
Please login to merge, or discard this patch.