Completed
Push — master ( b79df9...e9a65c )
by Sergi Tur
03:44
created
src/Console/LlumCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -377,7 +377,7 @@
 block discarded – undo
377 377
     /**
378 378
      * Obtain package.
379 379
      *
380
-     * @param $name
380
+     * @param string $name
381 381
      * @return array|int
382 382
      */
383 383
     private function obtainPackage($name){
Please login to merge, or discard this patch.
src/Traits/LaravelConfigFile.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -112,9 +112,9 @@
 block discarded – undo
112 112
     /**
113 113
      * Insert file into file using mountpoint.
114 114
      *
115
-     * @param $mountpoint
115
+     * @param string $mountpoint
116 116
      * @param $fileToInsert
117
-     * @return mixed
117
+     * @return integer|null
118 118
      */
119 119
     private function addFileIntoMountPoint($mountpoint, $fileToInsert)
120 120
     {
Please login to merge, or discard this patch.