| Total Complexity | 2 |
| Total Lines | 10 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | class DuplicateMappingException extends \RuntimeException |
||
| 8 | { |
||
| 9 | public static function createForType(string $sourceClass, string $type1, string $type2): self |
||
| 12 | } |
||
| 13 | |||
| 14 | public static function createForFactory(string $sourceClass, string $className1, string $method1, string $className2, string $method2): self |
||
| 19 |