| Total Complexity | 2 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | class Ungroup extends AbstractTransformationCompound |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @var QueryInterface |
||
| 16 | */ |
||
| 17 | private $query; |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @param RethinkInterface $rethink |
||
| 21 | * @param MessageInterface $message |
||
| 22 | * @param QueryInterface $query |
||
| 23 | */ |
||
| 24 | public function __construct( |
||
| 34 | } |
||
| 35 | |||
| 36 | /** |
||
| 37 | * @inheritdoc |
||
| 38 | */ |
||
| 39 | public function toArray(): array |
||
| 49 |