Conditions | 1 |
Paths | 1 |
Total Lines | 3 |
Code Lines | 1 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
14 | public static function createForFactory(string $sourceClass, string $className1, string $method1, string $className2, string $method2): self |
||
15 | { |
||
16 | throw new self("The class '$sourceClass' should be mapped to only one GraphQL Input type. Two methods are pointing via the @Factory annotation to this class: '$className1::$method1' and '$className2::$method2'"); |
||
17 | } |
||
19 |