| Total Complexity | 2 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | class TestType extends AbstractAnnotatedObjectType |
||
| 14 | { |
||
| 15 | public function __construct(RegistryInterface $registry) |
||
| 18 | } |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @Field() |
||
| 22 | * @param TestObject $test |
||
| 23 | * @param string $param |
||
| 24 | * @return string |
||
| 25 | */ |
||
| 26 | public function customField(TestObject $test, string $param = 'foo'): string |
||
| 31 |