Completed
Push — master ( 1ff67a...b32b74 )
by Lukáš
10s
created
app/Satis/BuildCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.
app/Satis/ConfigManager.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -121,7 +121,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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) {
Please login to merge, or discard this patch.