Completed
Pull Request — master (#76)
by Loren
02:06
created
src/Traits/ReflectionClassLikeTrait.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -323,6 +323,7 @@  discard block
 block discarded – undo
323 323
 
324 324
     /**
325 325
      * {@inheritdoc}
326
+     * @param string $name
326 327
      */
327 328
     public function getMethod($name)
328 329
     {
@@ -593,6 +594,7 @@  discard block
 block discarded – undo
593 594
 
594 595
     /**
595 596
      * {@inheritdoc}
597
+     * @param string $name
596 598
      */
597 599
     public function hasMethod($name)
598 600
     {
@@ -623,6 +625,7 @@  discard block
 block discarded – undo
623 625
 
624 626
     /**
625 627
      * {@inheritDoc}
628
+     * @param string $interfaceName
626 629
      */
627 630
     public function implementsInterface($interfaceName)
628 631
     {
@@ -955,5 +958,8 @@  discard block
 block discarded – undo
955 958
         }
956 959
     }
957 960
 
961
+    /**
962
+     * @param string $className
963
+     */
958 964
     abstract protected function createReflectionForClass($className);
959 965
 }
Please login to merge, or discard this patch.