Completed
Push — master ( 963957...33c494 )
by Nicolas
03:41
created
src/Repository.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -377,7 +377,7 @@  discard block
 block discarded – undo
377 377
     /**
378 378
      * Get module path for a specific module.
379 379
      *
380
-     * @param $module
380
+     * @param string $module
381 381
      *
382 382
      * @return string
383 383
      */
@@ -405,9 +405,9 @@  discard block
 block discarded – undo
405 405
     /**
406 406
      * Get a specific config data from a configuration file.
407 407
      *
408
-     * @param $key
408
+     * @param string $key
409 409
      *
410
-     * @param null $default
410
+     * @param string $default
411 411
      * @return mixed
412 412
      */
413 413
     public function config($key, $default = null)
@@ -607,7 +607,7 @@  discard block
 block discarded – undo
607 607
     /**
608 608
      * Get stub path.
609 609
      *
610
-     * @return string|null
610
+     * @return string|boolean
611 611
      */
612 612
     public function getStubPath()
613 613
     {
Please login to merge, or discard this patch.