| Total Complexity | 2 | 
| Total Lines | 30 | 
| 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 QueryInterface $query | ||
| 22 | */ | ||
| 23 | public function __construct( | ||
| 31 | } | ||
| 32 | |||
| 33 | /** | ||
| 34 | * @inheritdoc | ||
| 35 | */ | ||
| 36 | public function toArray(): array | ||
| 46 |