Completed
Push — master ( cc1551...a9c0ba )
by Andrii
03:11
created
src/Plugin.php 1 patch
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -214,6 +214,9 @@  discard block
 block discarded – undo
214 214
         }
215 215
     }
216 216
 
217
+    /**
218
+     * @param string $name
219
+     */
217 220
     protected function assembleFile($name, array $configs)
218 221
     {
219 222
         $this->data[$name] = call_user_func_array([Helper::class, 'mergeConfig'], $configs);
@@ -222,7 +225,7 @@  discard block
 block discarded – undo
222 225
 
223 226
     /**
224 227
      * Read extra config.
225
-     * @param string $file
228
+     * @param string $__file
226 229
      * @return array
227 230
      */
228 231
     protected function readConfigFile(PackageInterface $__package, $__file)
@@ -250,6 +253,7 @@  discard block
 block discarded – undo
250 253
      *
251 254
      * @param PackageInterface $package
252 255
      * @param string 'psr-0' or 'psr-4'
256
+     * @param string $psr
253 257
      * @return array
254 258
      */
255 259
     protected function prepareAliases(PackageInterface $package, $psr)
Please login to merge, or discard this patch.