Skip to content

Commit ccd2aa7

Browse files
committed
adjust typing for PostProcessor
1 parent e2dea3d commit ccd2aa7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/PostProcessor.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ public function processStaticSite(
5050
);
5151

5252
foreach ( $iterator as $filename => $file_object ) {
53+
/**
54+
* @var string $filename
55+
*/
56+
5357
$save_path = str_replace( $static_site_path, '', $filename );
5458

5559
// copy file to ProcessedSite dir, then process it

0 commit comments

Comments
 (0)