@@ -53,7 +53,7 @@ |
||
| 53 | 53 | return; |
| 54 | 54 | } |
| 55 | 55 | |
| 56 | - if (++$this->index < $this->config['skipFirst']) { |
|
| 56 | + if (++ $this->index < $this->config['skipFirst']) { |
|
| 57 | 57 | return; |
| 58 | 58 | } |
| 59 | 59 | |