Passed
Push — master ( bc6588...b2ca63 )
by Donald
01:32
created
src/Chekote/NounStore/Store.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
 
56 56
         if ($this->get($key, $index) != $value) {
57 57
             throw new RuntimeException(
58
-                "Entry '{$this->buildKey($key, $index)}' does not match '" . print_r($value, true) . "'"
58
+                "Entry '{$this->buildKey($key, $index)}' does not match '".print_r($value, true)."'"
59 59
             );
60 60
         }
61 61
     }
@@ -214,7 +214,7 @@  discard block
 block discarded – undo
214 214
 
215 215
         $nth = $index + 1;
216 216
 
217
-        return $nth . $this->getOrdinal($nth) . ' ' . $key;
217
+        return $nth.$this->getOrdinal($nth).' '.$key;
218 218
     }
219 219
 
220 220
     /**
Please login to merge, or discard this patch.