Skip to content

Commit

Permalink
Remove falsey output
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Apr 15, 2015
1 parent 62cb1a3 commit a39b752
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Core/DirectoryRecursor.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public static function walk($directory, $callback, &$out = null,
]);
}

$output = array_filter($output);
sort($output);
return $output;
}
Expand Down

0 comments on commit a39b752

Please sign in to comment.