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 170870d commit 9593bbfCopy full SHA for 9593bbf
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