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.
1 parent 8ac73b8 commit 8cc7045Copy full SHA for 8cc7045
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