@@ -57,6 +57,7 @@ discard block |
||
57 | 57 | /** |
58 | 58 | * Create if needed, and return the dir to the asset path |
59 | 59 | * |
60 | + * @param string $assetPath |
|
60 | 61 | * @return string string $assetPath the path in assets |
61 | 62 | */ |
62 | 63 | public function assetDirPath($assetPath): string |
@@ -85,8 +86,8 @@ discard block |
||
85 | 86 | * Return the URL path to the asset if exists or false |
86 | 87 | * |
87 | 88 | * @param string $dirPath dir for the $filename |
88 | - * @return string $path to the asset |
|
89 | - * @return bool true if the asset exists |
|
89 | + * @return boolean $path to the asset |
|
90 | + * @return boolean true if the asset exists |
|
90 | 91 | */ |
91 | 92 | public function assetExists($dirPath, $filename) |
92 | 93 | { |
@@ -97,7 +98,6 @@ discard block |
||
97 | 98 | * Return the URL path to the asset if exists or false |
98 | 99 | * |
99 | 100 | * @param string $dirPath dir for the $filename |
100 | - * @param string $uuid the user uuid |
|
101 | 101 | * @return false|string return the url path or false if not exists |
102 | 102 | */ |
103 | 103 | public function assetUrl($dirPath, $filename) |