@@ -104,7 +104,7 @@ |
||
104 | 104 | |
105 | 105 | /** |
106 | 106 | * @param CommandContextInterface $commandContext |
107 | - * @return mixed |
|
107 | + * @return integer|null |
|
108 | 108 | */ |
109 | 109 | protected function exec(CommandContextInterface $commandContext) { |
110 | 110 | $commandChunks = $this->compile($commandContext); |
@@ -121,7 +121,7 @@ discard block |
||
121 | 121 | * @param \App\Satis\Collections\PackageCollection $packageCollection |
122 | 122 | * @param string $packageId |
123 | 123 | * @param \Illuminate\Support\Collection $input |
124 | - * @return \App\Satis\Collections\RepositoryCollection |
|
124 | + * @return PackageCollection |
|
125 | 125 | * @throws \App\Satis\Exceptions\PackageNotFoundException |
126 | 126 | */ |
127 | 127 | protected function _addOrUpdatePackage(PackageCollection $packageCollection, $packageId, |
@@ -179,7 +179,7 @@ discard block |
||
179 | 179 | /** |
180 | 180 | * @param \App\Satis\Collections\PackageCollection $packageCollection |
181 | 181 | * @param string $packageId |
182 | - * @return \App\Satis\Collections\RepositoryCollection |
|
182 | + * @return PackageCollection |
|
183 | 183 | * @throws \App\Satis\Exceptions\RepositoryNotFoundException |
184 | 184 | */ |
185 | 185 | protected function _deletePackage(PackageCollection $packageCollection, $packageId) { |