Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Tests | 5 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
29 | 1 | public function getDescription() |
|
30 | { |
||
31 | return 'The `ID` scalar type represents a unique identifier, often used to ' . |
||
32 | 1 | 'refetch an object or as key for a cache. The ID type appears in a JSON ' . |
|
33 | 1 | 'response as a String; however, it is not intended to be human-readable. ' . |
|
34 | 1 | 'When expected as an input type, any string (such as `"4"`) or integer ' . |
|
35 | 1 | '(such as `4`) input value will be accepted as an ID.'; |
|
36 | } |
||
37 | } |
||
38 |