Passed
Branch master (0f375a)
by Nelson
04:22 queued 01:04
created
src/Type.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -177,6 +177,9 @@
 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) {
Please login to merge, or discard this patch.