Skip to content

Commit 762afe6

Browse files
phpcs
1 parent f72e9c6 commit 762afe6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Assets/ManifestBeforeVite.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ protected function getJsonManifest(string $jsonManifest): array
3232
throw new ManifestNotFoundException("The asset manifest [{$jsonManifest}] cannot be found.");
3333
}
3434

35+
//phpcs:ignore WordPress.WP.AlternativeFunctions.file_get_contents_file_get_contents, Generic.PHP.ForbiddenFunctions.Found
3536
return json_decode(file_get_contents($jsonManifest), true) ?? [];
3637
}
3738
}

0 commit comments

Comments
 (0)