Skip to content

Commit 9a7d83f

Browse files
committed
adjust typing for FilesHelper
1 parent bf63c71 commit 9a7d83f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/FilesHelper.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ public static function getListOfLocalFilesByDir(
6565
);
6666

6767
foreach ( $iterator as $filename => $file_object ) {
68+
/**
69+
* @var string $filename
70+
*/
71+
6872
$path_crawlable = self::pathLooksCrawlable(
6973
$filename,
7074
$filenames_to_ignore,

0 commit comments

Comments
 (0)