Skip to content

Commit

Permalink
Fix PHP7 failure
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Jan 4, 2016
1 parent ed5fa13 commit cbbde5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Core/DirectoryRecursor.php
Expand Up @@ -114,7 +114,7 @@ public static function purge($path) {
*
* @return int Number of successful operations
*/
public static function purgeFile($file, $file) {
public static function purgeFile($file) {
$pathname = $file->getPathname();

if($file->isDir()) {
Expand All @@ -129,4 +129,4 @@ public static function purgeFile($file, $file) {
return 0;
}

}#
}#

0 comments on commit cbbde5a

Please sign in to comment.