Completed
Push — master ( 0ad6a3...1975e6 )
by richard
03:59
created
src/Validators/Types/FileType.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
     /**
86 86
      * Gets the value of unit.
87 87
      *
88
-     * @return mixed
88
+     * @return string
89 89
      */
90 90
     public function getUnit()
91 91
     {
@@ -109,7 +109,7 @@  discard block
 block discarded – undo
109 109
     /**
110 110
      * Gets the value of permissions.
111 111
      *
112
-     * @return mixed
112
+     * @return string
113 113
      */
114 114
     public function getPermissions()
115 115
     {
@@ -143,7 +143,7 @@  discard block
 block discarded – undo
143 143
     /**
144 144
      * Sets the value of size.
145 145
      *
146
-     * @param mixed $size the size
146
+     * @param integer $size the size
147 147
      *
148 148
      * @return self
149 149
      */
Please login to merge, or discard this patch.