Skip to content

Commit 3059099

Browse files
fix build
1 parent 0ea0bf7 commit 3059099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/shared-enviroment/IntegrationTestSuite.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ abstract class IntegrationTestSuite extends \PHPUnit_Framework_TestCase
1919
* @return mixed
2020
* @throws \Exception
2121
*/
22-
protected function invokeMethod($object, string $methodName, array $methodArguments = [])
22+
protected function invokeMethod($object, $methodName, array $methodArguments = [])
2323
{
2424
$method = (new \ReflectionClass(get_class($object)))->getMethod($methodName);
2525
$method->setAccessible(true);

0 commit comments

Comments
 (0)