services(); $services->set(AddReturnTypeDeclarationRector::class) ->call('configure', [[ AddReturnTypeDeclarationRector::METHOD_RETURN_TYPES => inline_value_objects([ new AddReturnTypeDeclaration('PhpSpec\ObjectBehavior', 'getMatchers', 'array'), ]), ]]); };