Completed
Push — master ( b3ffbe...4a08f7 )
by BENOIT
01:13
created
src/AssetPathResolver.php 1 patch
Doc Comments   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -24,6 +24,9 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
142 145
     }
143 146
 
144 147
     /**
145
-     * @param $entrypoint
148
+     * @param string $entrypoint
146 149
      */
147 150
     public function renderWebpackLinkTags($entrypoint)
148 151
     {
Please login to merge, or discard this patch.