services(); $arrayType = new ArrayType(new MixedType(), new MixedType()); $services->set(AddReturnTypeDeclarationRector::class) ->call('configure', [[ AddReturnTypeDeclarationRector::METHOD_RETURN_TYPES => ValueObjectInliner::inline([ new AddReturnTypeDeclaration('PhpSpec\ObjectBehavior', 'getMatchers', $arrayType), ]), ]]); };