| @@ -29,6 +29,9 @@ discard block | ||
| 29 | 29 | */ | 
| 30 | 30 | private static $DEFAULT_DIRECTORY; | 
| 31 | 31 | |
| 32 | + /** | |
| 33 | + * @param string $directory | |
| 34 | + */ | |
| 32 | 35 | public function __construct($directory = null) | 
| 33 | 36 |      { | 
| 34 | 37 | $this->directory = | 
| @@ -153,7 +156,7 @@ discard block | ||
| 153 | 156 | } | 
| 154 | 157 | |
| 155 | 158 | /** | 
| 156 | - * @param $entrypoint | |
| 159 | + * @param string $entrypoint | |
| 157 | 160 | */ | 
| 158 | 161 | public function renderWebpackScriptTags($entrypoint) | 
| 159 | 162 |      { | 
| @@ -167,7 +170,7 @@ discard block | ||
| 167 | 170 | } | 
| 168 | 171 | |
| 169 | 172 | /** | 
| 170 | - * @param $entrypoint | |
| 173 | + * @param string $entrypoint | |
| 171 | 174 | */ | 
| 172 | 175 | public function renderWebpackLinkTags($entrypoint) | 
| 173 | 176 |      { |