Completed
Push — master ( a47fc5...3f93fa )
by BENOIT
02:01 queued 30s
created
src/AssetPathResolver.php 1 patch
Doc Comments   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,6 +29,9 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
167 170
     }
168 171
 
169 172
     /**
170
-     * @param $entrypoint
173
+     * @param string $entrypoint
171 174
      */
172 175
     public function renderWebpackLinkTags($entrypoint)
173 176
     {
Please login to merge, or discard this patch.