@@ -377,7 +377,7 @@ |
||
| 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){ |
@@ -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 | { |