| Total Complexity | 1 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | final class FlushCollectionCommand extends Command |
||
| 8 | { |
||
| 9 | private $command = 'FLUSHC'; |
||
| 10 | private $parameters = []; |
||
| 11 | |||
| 12 | /** |
||
| 13 | * Flushes a given collection |
||
| 14 | * FlushCollectionCommand constructor. |
||
| 15 | * @param string $collection |
||
| 16 | */ |
||
| 17 | public function __construct(string $collection) |
||
| 24 | } |
||
| 25 | } |