@@ -112,9 +112,9 @@ |
||
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 | { |