File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,6 @@ protected function extractPath(string $path): void
6161 foreach ($ xml ->resource as $ resource ) {
6262 $ base = $ this ->buildExtendedBase ($ resource );
6363 $ this ->resources [$ this ->resolve ((string ) $ resource ['class ' ])][] = array_merge ($ base , [
64- 'class ' => $ this ->phpize ($ resource , 'class ' , 'string ' ),
6564 'operations ' => $ this ->buildOperations ($ resource , $ base ),
6665 'graphQlOperations ' => $ this ->buildGraphQlOperations ($ resource , $ base ),
6766 ]);
Original file line number Diff line number Diff line change @@ -95,7 +95,6 @@ public function testValidXML(): void
9595 'extraProperties ' => null ,
9696 'operations ' => null ,
9797 'graphQlOperations ' => null ,
98- 'class ' => Comment::class,
9998 'processor ' => null ,
10099 'provider ' => null ,
101100 'read ' => null ,
@@ -394,7 +393,6 @@ public function testValidXML(): void
394393 ],
395394 ],
396395 'graphQlOperations ' => null ,
397- 'class ' => Comment::class,
398396 'processor ' => null ,
399397 'provider ' => null ,
400398 'read ' => null ,
You can’t perform that action at this time.
0 commit comments