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