Skip to content

Commit

Permalink
Update src/utils.php
Browse files Browse the repository at this point in the history
Co-authored-by: Gustavo Bordoni <[email protected]>
  • Loading branch information
lucatume and bordoni authored Jan 20, 2021
1 parent 9afe19f commit 270e4c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,8 @@ function rrmdir( $dir ) {
$files = new \RecursiveIteratorIterator (
new \RecursiveDirectoryIterator(
$dir,
\RecursiveDirectoryIterator::SKIP_DOTS ),
\RecursiveDirectoryIterator::SKIP_DOTS
),
\RecursiveIteratorIterator::CHILD_FIRST
);

Expand Down

0 comments on commit 270e4c0

Please sign in to comment.