Skip to content

Commit 5bb15bb

Browse files
committed
doc block
1 parent 2f1d2d2 commit 5bb15bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Utilities/ViteManifest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ public static function getRecords(ViteHelperConfig $config): ManifestRecords
7777
/**
7878
* Get the default location of a plugin's vite manifest.json
7979
*
80-
* @param string $pluginName
81-
* @return string
80+
* @param string $pluginName e.g. "MyPlugin"
81+
* @return string filesystem path to the Plugin's manifest.json
8282
*/
8383
protected static function getPluginManifestPath(string $pluginName): string
8484
{

0 commit comments

Comments
 (0)