| Total Complexity | 2 | 
| Total Lines | 19 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | <?php | ||
| 16 | class DocumentationGeneratorRestApiDependencyProvider extends SprykerDocumentationGeneratorRestApiDependencyProvider | ||
| 17 | { | ||
| 18 | /** | ||
| 19 | * @return array<\Spryker\Glue\DocumentationGeneratorRestApiExtension\Dependency\Plugin\ResourceRoutePluginsProviderPluginInterface> | ||
| 20 | */ | ||
| 21 | protected function getResourceRoutePluginProviderPlugins(): array | ||
| 25 | ]; | ||
| 26 | } | ||
| 27 | |||
| 28 | /** | ||
| 29 | * @return array<\Spryker\Glue\DocumentationGeneratorRestApiExtension\Dependency\Plugin\ResourceRelationshipCollectionProviderPluginInterface> | ||
| 30 | */ | ||
| 31 | protected function getResourceRelationshipCollectionProviderPlugins(): array | ||
| 38 |