Total Complexity | 1 |
Total Lines | 9 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
7 | class NamingStrategy implements NamingStrategyInterface |
||
8 | { |
||
9 | /** |
||
10 | * Returns the name of the GraphQL interface from a name of a concrete class (when the interface is created |
||
11 | * automatically to manage inheritance) |
||
12 | */ |
||
13 | public function getInterfaceNameFromConcreteName(string $concreteType): string |
||
16 | } |
||
17 | } |