Completed
Push — master ( 16daf9...8a3ba8 )
by Mike
03:45
created
src/Context/Upgrade.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
     }
30 30
 
31 31
     /**
32
-     * @return Version
32
+     * @return string
33 33
      */
34 34
     public function getBuildVersion()
35 35
     {
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
53 53
     }
54 54
 
55 55
     /**
56
-     * @return Version
56
+     * @return string
57 57
      */
58 58
     public function getTargetVersion()
59 59
     {
Please login to merge, or discard this patch.
src/Data/Manager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@
 block discarded – undo
126 126
      *
127 127
      * @param Upgrade $context
128 128
      *
129
-     * @return mixed
129
+     * @return Upgrade
130 130
      */
131 131
     public function getPotentiallyBrokenCustomizations(Upgrade $context)
132 132
     {
Please login to merge, or discard this patch.
src/Data/Provider/Doc/SupportSugarcrm.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -315,7 +315,7 @@
 block discarded – undo
315 315
     /**
316 316
      * Lightweight HTML purifier.
317 317
      *
318
-     * @param $html
318
+     * @param string $html
319 319
      * @param string $url
320 320
      * @param array  $options
321 321
      *
Please login to merge, or discard this patch.
src/Data/Provider/SourceCode/LocalUpgradePackages.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
     }
50 50
 
51 51
     /**
52
-     * @param $buildPath
52
+     * @param string $buildPath
53 53
      * @param $packages
54 54
      *
55 55
      * @return array
@@ -140,8 +140,8 @@  discard block
 block discarded – undo
140 140
     /**
141 141
      * Gets flav specific packages
142 142
      *
143
-     * @param $flav
144
-     * @param $packagesPath
143
+     * @param string $flav
144
+     * @param string $packagesPath
145 145
      *
146 146
      * @return array
147 147
      */
Please login to merge, or discard this patch.
src/Version/Graph/Graph.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@  discard block
 block discarded – undo
134 134
     /**
135 135
      * @param Version $from
136 136
      *
137
-     * @return OrderedList
137
+     * @return \Sugarcrm\UpgradeSpec\Version\OrderedList
138 138
      */
139 139
     private function getOriginVertexes(Version $from)
140 140
     {
@@ -152,7 +152,7 @@  discard block
 block discarded – undo
152 152
     /**
153 153
      * @param Version $to
154 154
      *
155
-     * @return OrderedList
155
+     * @return \Sugarcrm\UpgradeSpec\Version\OrderedList
156 156
      */
157 157
     private function getDestinationVertexes(Version $to)
158 158
     {
Please login to merge, or discard this patch.