@@ -58,7 +58,7 @@ discard block |
||
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 |
||
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 | } |