Completed
Push — master ( 53d1ed...98b610 )
by Mike
04:13
created
src/Version/Graph/Dijkstra.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -75,8 +75,8 @@  discard block
 block discarded – undo
75 75
     /**
76 76
      * Dijkstra "the shortest path" algorithm
77 77
      *
78
-     * @param $source
79
-     * @param $target
78
+     * @param string $source
79
+     * @param string $target
80 80
      *
81 81
      * @return array
82 82
      */
@@ -146,7 +146,7 @@  discard block
 block discarded – undo
146 146
     /**
147 147
      * @param Version $from
148 148
      *
149
-     * @return OrderedList
149
+     * @return \Sugarcrm\UpgradeSpec\Version\OrderedList
150 150
      */
151 151
     private function getOriginVertexes(Version $from)
152 152
     {
@@ -164,7 +164,7 @@  discard block
 block discarded – undo
164 164
     /**
165 165
      * @param Version $to
166 166
      *
167
-     * @return OrderedList
167
+     * @return \Sugarcrm\UpgradeSpec\Version\OrderedList
168 168
      */
169 169
     private function getDestinationVertexes(Version $to)
170 170
     {
Please login to merge, or discard this patch.