We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13c34c2 + 6c33a13 commit 67f8de5Copy full SHA for 67f8de5
Adapter/AbstractFindAdapter.php
@@ -94,7 +94,7 @@ public function searchInDirectory($dir)
94
$command->setErrorHandler(
95
$this->ignoreUnreadableDirs
96
// If directory is unreadable and finder is set to ignore it, `stderr` is ignored.
97
- ? function ($stderr) { return; }
+ ? function ($stderr) { }
98
: function ($stderr) { throw new AccessDeniedException($stderr); }
99
);
100
0 commit comments