@@ -17,7 +17,7 @@ |
||
| 17 | 17 | // whitelist of file extensions |
| 18 | 18 | protected $ext = ['md', 'markdown']; |
| 19 | 19 | |
| 20 | - public function __construct(\Iterator $iter, $ext='') |
|
| 20 | + public function __construct(\Iterator $iter, $ext = '') |
|
| 21 | 21 | { |
| 22 | 22 | if (!empty($ext)) { |
| 23 | 23 | if (!is_array($ext)) { |