We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f1d2d2 commit 5bb15bbCopy full SHA for 5bb15bb
src/Utilities/ViteManifest.php
@@ -77,8 +77,8 @@ public static function getRecords(ViteHelperConfig $config): ManifestRecords
77
/**
78
* Get the default location of a plugin's vite manifest.json
79
*
80
- * @param string $pluginName
81
- * @return string
+ * @param string $pluginName e.g. "MyPlugin"
+ * @return string filesystem path to the Plugin's manifest.json
82
*/
83
protected static function getPluginManifestPath(string $pluginName): string
84
{
0 commit comments