Completed
Pull Request — master (#27)
by Robbie
01:23
created
src/Tasks/CheckComposerUpdatesTask.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -213,7 +213,7 @@  discard block
 block discarded – undo
213 213
      *
214 214
      * FALSE is returned if the hash is the same.
215 215
      *
216
-     * @param $availableVersions
216
+     * @param string[] $availableVersions
217 217
      * @return bool|string
218 218
      */
219 219
     protected function hasUpdateOnDevMaster($availableVersions)
@@ -318,8 +318,8 @@  discard block
 block discarded – undo
318 318
     /**
319 319
      * Check if a stability meets a given minimum requirement
320 320
      *
321
-     * @param $currentStability
322
-     * @param $possibleStability
321
+     * @param string $currentStability
322
+     * @param string $possibleStability
323 323
      * @return bool
324 324
      */
325 325
     protected function isStableEnough($currentStability, $possibleStability)
Please login to merge, or discard this patch.