@@ -24,6 +24,9 @@ discard block |
||
24 | 24 | */ |
25 | 25 | private static $DEFAULT_DIRECTORY; |
26 | 26 | |
27 | + /** |
|
28 | + * @param string $directory |
|
29 | + */ |
|
27 | 30 | public function __construct($directory = null) |
28 | 31 | { |
29 | 32 | $this->directory = (null !== $directory) ? $directory : $this->getDefaultDirectory(); |
@@ -131,7 +134,7 @@ discard block |
||
131 | 134 | } |
132 | 135 | |
133 | 136 | /** |
134 | - * @param $entrypoint |
|
137 | + * @param string $entrypoint |
|
135 | 138 | */ |
136 | 139 | public function renderWebpackScriptTags($entrypoint) |
137 | 140 | { |
@@ -142,7 +145,7 @@ discard block |
||
142 | 145 | } |
143 | 146 | |
144 | 147 | /** |
145 | - * @param $entrypoint |
|
148 | + * @param string $entrypoint |
|
146 | 149 | */ |
147 | 150 | public function renderWebpackLinkTags($entrypoint) |
148 | 151 | { |