Completed
Push — master ( 70df7e...516969 )
by ARCANEDEV
9s
created
src/Entities/StabilityFlags.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@  discard block
 block discarded – undo
88 88
      *
89 89
      * @param  array  $flags
90 90
      * @param  int    $minimumStability
91
-     * @param  array  $requires
91
+     * @param  \Composer\Package\Link[]  $requires
92 92
      *
93 93
      * @return array
94 94
      */
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
      *
128 128
      * @param  string  $version
129 129
      *
130
-     * @return mixed
130
+     * @return null|integer
131 131
      */
132 132
     private function extractStability($version)
133 133
     {
Please login to merge, or discard this patch.