| @@ -55,7 +55,7 @@ discard block | ||
| 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 | ||
| 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 | /** |