Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 1 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php declare(strict_types=1); |
||
26 | public static function processModelRelationshipDirective( |
||
27 | ModelGenerator $generator, |
||
28 | \GraphQL\Type\Definition\FieldDefinition $field, |
||
29 | \GraphQL\Language\AST\DirectiveNode $directive, |
||
30 | \Formularium\Datatype $datatype = null |
||
31 | ): ?\Formularium\Datatype { |
||
32 | return null; |
||
33 | } |
||
35 |