Completed
Push — master ( 22232b...979731 )
by Robbie
10s
created
code/tasks/CheckComposerUpdatesTask.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -231,7 +231,7 @@  discard block
 block discarded – undo
231 231
      *
232 232
      * FALSE is returned if the hash is the same.
233 233
      *
234
-     * @param $availableVersions
234
+     * @param string $availableVersions
235 235
      * @return bool|string
236 236
      */
237 237
     protected function hasUpdateOnDevMaster($availableVersions)
@@ -336,8 +336,8 @@  discard block
 block discarded – undo
336 336
     /**
337 337
      * Check if a stability meets a given minimum requirement
338 338
      *
339
-     * @param $currentStability
340
-     * @param $possibleStability
339
+     * @param string $currentStability
340
+     * @param string $possibleStability
341 341
      * @return bool
342 342
      */
343 343
     protected function isStableEnough($currentStability, $possibleStability)
Please login to merge, or discard this patch.