Total Complexity | 2 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | final class ArrayAppend extends CommandAbstract implements CommandInterface |
||
11 | { |
||
12 | protected static $command = 'JSON.ARRAPPEND'; |
||
13 | |||
14 | private function __construct( |
||
20 | } |
||
21 | |||
22 | public static function createCommandWithArguments(string $key, string $path, array $jsons) : CommandInterface |
||
31 |