Total Complexity | 2 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
14 | class TotalType extends AbstractScalarType |
||
15 | { |
||
16 | |||
17 | /** |
||
18 | * @inheritdoc |
||
19 | */ |
||
20 | public function getDescription(): string |
||
21 | { |
||
22 | return 'The total number of results for a connection.'; |
||
23 | } |
||
24 | |||
25 | /** |
||
26 | * @inheritdoc |
||
27 | * |
||
28 | * @throws ConfigurationException |
||
29 | */ |
||
30 | public function getType() |
||
33 | } |
||
34 | } |
||
35 |