Completed
Push — master ( 02f42d...ea2531 )
by Tobias
02:48
created
src/Reflection.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -37,8 +37,6 @@  discard block
 block discarded – undo
37 37
     /**
38 38
      * Invoke a method on a object and get the return values.
39 39
      *
40
-     * @param object $object
41
-     * @param string $methodName
42 40
      * @param mixed ...$params
43 41
      *
44 42
      * @return mixed
@@ -82,7 +80,7 @@  discard block
 block discarded – undo
82 80
      * Get an reflection property that you can access directly.
83 81
      *
84 82
      * @param $object
85
-     * @param $propertyName
83
+     * @param string $propertyName
86 84
      *
87 85
      * @return \ReflectionProperty
88 86
      */
Please login to merge, or discard this patch.