Completed
Push — 2.0.0-dev ( 6efa86...6bec91 )
by Arnaud
02:20
created
src/Command/ListContent/FileExtensionFilter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
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)) {
Please login to merge, or discard this patch.