Skip to content

Commit c1de9e7

Browse files
committed
Fix Test
Signed-off-by: Pushpak Chhajed <[email protected]>
1 parent 799b9a3 commit c1de9e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Install/GuidelineComposer.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,8 @@ protected function guidelinesDir(string $dirPath, bool $thirdParty = false): arr
249249
->files()
250250
->in($dirPath)
251251
->name('*.blade.php')
252-
->name('*.md');
252+
->name('*.md')
253+
->ignoreUnreadableDirs();
253254
} catch (DirectoryNotFoundException) {
254255
return [];
255256
}

0 commit comments

Comments
 (0)