Completed
Push — master ( 30c147...23aec3 )
by Nicolas
11:23
created
src/Repository.php 1 patch
Doc Comments   +4 added lines, -5 removed lines patch added patch discarded remove patch
@@ -116,7 +116,6 @@  discard block
 block discarded – undo
116 116
     /**
117 117
      * Creates a new Module instance
118 118
      *
119
-     * @param Container $app
120 119
      * @param $name
121 120
      * @param $path
122 121
      * @return \Nwidart\Modules\Module
@@ -421,7 +420,7 @@  discard block
 block discarded – undo
421 420
     /**
422 421
      * Get module path for a specific module.
423 422
      *
424
-     * @param $module
423
+     * @param string $module
425 424
      *
426 425
      * @return string
427 426
      */
@@ -449,9 +448,9 @@  discard block
 block discarded – undo
449 448
     /**
450 449
      * Get a specific config data from a configuration file.
451 450
      *
452
-     * @param $key
451
+     * @param string $key
453 452
      *
454
-     * @param null $default
453
+     * @param string $default
455 454
      * @return mixed
456 455
      */
457 456
     public function config($key, $default = null)
@@ -649,7 +648,7 @@  discard block
 block discarded – undo
649 648
     /**
650 649
      * Get stub path.
651 650
      *
652
-     * @return string|null
651
+     * @return string|boolean
653 652
      */
654 653
     public function getStubPath()
655 654
     {
Please login to merge, or discard this patch.