Completed
Pull Request — master (#23)
by Nelson
03:02
created
src/Type.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -177,6 +177,9 @@  discard block
 block discarded – undo
177 177
             return $this->methods;
178 178
         }
179 179
 
180
+        /**
181
+         * @param string $name
182
+         */
180 183
         public function hasMethod($name)
181 184
         {
182 185
             if ($this->reflectionObject !== null) {
@@ -189,7 +192,6 @@  discard block
 block discarded – undo
189 192
         /**
190 193
          * Determines if instances of this Type can be converted to string.
191 194
          *
192
-         * @param mixed $obj Object.
193 195
          *
194 196
          * @return bool
195 197
          */
Please login to merge, or discard this patch.