Completed
Pull Request — master (#12)
by ARCANEDEV
05:52
created
src/Measures/FileSize.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
52 52
     /**
53 53
      * Distance constructor.
54 54
      *
55
-     * @param  float|int  $value
55
+     * @param  integer  $value
56 56
      * @param  string     $unit
57 57
      * @param  array      $options
58 58
      */
@@ -69,11 +69,11 @@  discard block
 block discarded – undo
69 69
     /**
70 70
      * Make a distance instance.
71 71
      *
72
-     * @param  float|int  $value
72
+     * @param  integer  $value
73 73
      * @param  string     $unit
74 74
      * @param  array      $options
75 75
      *
76
-     * @return \Arcanedev\Units\Contracts\Measures\FileSize|\Arcanedev\Units\Contracts\UnitMeasure
76
+     * @return \Arcanedev\Units\Contracts\UnitMeasure
77 77
      */
78 78
     public static function make($value = 0, $unit = self::B, array $options = [])
79 79
     {
Please login to merge, or discard this patch.