Passed
Pull Request — master (#12)
by Donald
03:06 queued 01:19
created
src/Chekote/NounStore/Store.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
 
59 59
         if ($this->get($key, $index) != $value) {
60 60
             throw new RuntimeException(
61
-                "Entry '{$this->buildKey($key, $index)}' does not match '" . print_r($value, true) . "'"
61
+                "Entry '{$this->buildKey($key, $index)}' does not match '".print_r($value, true)."'"
62 62
             );
63 63
         }
64 64
     }
@@ -261,6 +261,6 @@  discard block
 block discarded – undo
261 261
 
262 262
         $nth = $index + 1;
263 263
 
264
-        return $nth . $this->keyService->getOrdinal($nth) . ' ' . $key;
264
+        return $nth.$this->keyService->getOrdinal($nth).' '.$key;
265 265
     }
266 266
 }
Please login to merge, or discard this patch.