@@ -19,8 +19,8 @@ |
||
19 | 19 | |
20 | 20 | public function filenames($regex=null) : array |
21 | 21 | { |
22 | - if(!file_exists($this->root_path) && mkdir($this->root_path) === false) |
|
23 | - return []; |
|
22 | + if(!file_exists($this->root_path) && mkdir($this->root_path) === false) |
|
23 | + return []; |
|
24 | 24 | |
25 | 25 | $filenames = self::preg_scandir($this->root_path, $regex);// ID_SEQUENCENUMBER.ext |
26 | 26 | if(!is_null($filenames)) |
@@ -29,10 +29,10 @@ |
||
29 | 29 | |
30 | 30 | |
31 | 31 | */ |
32 | - function array() |
|
33 | - { |
|
34 | - return array_map('str_getcsv', parent::array()); |
|
35 | - } |
|
32 | + function array() |
|
33 | + { |
|
34 | + return array_map('str_getcsv', parent::array()); |
|
35 | + } |
|
36 | 36 | |
37 | 37 | |
38 | 38 | } |