Completed
Push — master ( 85c833...b79df9 )
by Sergi Tur
03:28
created
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.