Skip to content

Commit e2dea3d

Browse files
committed
adjust typing for ProcessedSite
1 parent f0da928 commit e2dea3d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/ProcessedSite.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ public static function getPaths() : array {
7070
);
7171

7272
foreach ( $iterator as $filename => $file_object ) {
73+
74+
/**
75+
* @var string $filename
76+
*/
77+
7378
$base_name = basename( $filename );
7479
if ( $base_name != '.' && $base_name != '..' ) {
7580
$real_filepath = realpath( $filename );

0 commit comments

Comments
 (0)