Completed
Push — master ( 434673...01bad0 )
by Andrii
02:34
created
src/Plugin.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -211,6 +211,9 @@  discard block
 block discarded – undo
211 211
         }
212 212
     }
213 213
 
214
+    /**
215
+     * @param string $name
216
+     */
214 217
     protected function assembleFile($name, $configs)
215 218
     {
216 219
         $this->data[$name] = call_user_func_array([Helper::class, 'mergeConfig'], $configs);
@@ -238,6 +241,7 @@  discard block
 block discarded – undo
238 241
      *
239 242
      * @param PackageInterface $package
240 243
      * @param string 'psr-0' or 'psr-4'
244
+     * @param string $psr
241 245
      * @return array
242 246
      */
243 247
     protected function prepareAliases(PackageInterface $package, $psr)
Please login to merge, or discard this patch.