Skip to content

Commit 2d72db0

Browse files
committed
added getMethodReflection and remove duplicating reflection parts (protected)
1 parent dafc942 commit 2d72db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Github/Tests/Api/AbstractApiTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ protected function getAbstractApiObject($client)
188188
* @param $methodName
189189
* @return ReflectionMethod
190190
*/
191-
public function getMethodReflection($api, $methodName)
191+
protected function getMethodReflection($api, $methodName)
192192
{
193193
$method = new ReflectionMethod($api, $methodName);
194194
$method->setAccessible(true);

0 commit comments

Comments
 (0)