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 f0da928 commit e2dea3dCopy full SHA for e2dea3d
src/ProcessedSite.php
@@ -70,6 +70,11 @@ public static function getPaths() : array {
70
);
71
72
foreach ( $iterator as $filename => $file_object ) {
73
+
74
+ /**
75
+ * @var string $filename
76
+ */
77
78
$base_name = basename( $filename );
79
if ( $base_name != '.' && $base_name != '..' ) {
80
$real_filepath = realpath( $filename );
0 commit comments