@@ -191,7 +191,7 @@ |
||
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 | /** |