Skip to content

Commit 9593bbf

Browse files
committed
Static code analysis
1 parent 170870d commit 9593bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adapter/AbstractFindAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function searchInDirectory($dir)
9494
$command->setErrorHandler(
9595
$this->ignoreUnreadableDirs
9696
// If directory is unreadable and finder is set to ignore it, `stderr` is ignored.
97-
? function ($stderr) { return; }
97+
? function ($stderr) { }
9898
: function ($stderr) { throw new AccessDeniedException($stderr); }
9999
);
100100

0 commit comments

Comments
 (0)