Completed
Branch master (23fd74)
by Peter
05:05
created
code/tasks/UpgradePath.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
     /**
42 42
      * for now just return a list of the interesting versions. Later a proper list of all newer versions would be great.
43 43
      *
44
-     * @return array
44
+     * @return string[]
45 45
      */
46 46
     public function getReleases()
47 47
     {
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
      *
62 62
      * @param string $release
63 63
      *
64
-     * @return array
64
+     * @return string
65 65
      */
66 66
     public function getBlockers($release)
67 67
     {
Please login to merge, or discard this patch.