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
61
61
foreach ($ xml ->resource as $ resource ) {
62
62
$ base = $ this ->buildExtendedBase ($ resource );
63
63
$ this ->resources [$ this ->resolve ((string ) $ resource ['class ' ])][] = array_merge ($ base , [
64
- 'class ' => $ this ->phpize ($ resource , 'class ' , 'string ' ),
65
64
'operations ' => $ this ->buildOperations ($ resource , $ base ),
66
65
'graphQlOperations ' => $ this ->buildGraphQlOperations ($ resource , $ base ),
67
66
]);
Original file line number Diff line number Diff line change @@ -95,7 +95,6 @@ public function testValidXML(): void
95
95
'extraProperties ' => null ,
96
96
'operations ' => null ,
97
97
'graphQlOperations ' => null ,
98
- 'class ' => Comment::class,
99
98
'processor ' => null ,
100
99
'provider ' => null ,
101
100
'read ' => null ,
@@ -394,7 +393,6 @@ public function testValidXML(): void
394
393
],
395
394
],
396
395
'graphQlOperations ' => null ,
397
- 'class ' => Comment::class,
398
396
'processor ' => null ,
399
397
'provider ' => null ,
400
398
'read ' => null ,
You can’t perform that action at this time.
0 commit comments