Total Complexity | 2 |
Total Lines | 14 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
11 | final class ObjectLength extends CommandAbstract implements CommandInterface |
||
12 | { |
||
13 | protected static $command = 'JSON.OBJLEN'; |
||
14 | |||
15 | private function __construct(string $key, Path $path) |
||
18 | } |
||
19 | |||
20 | public static function createCommandWithArguments(string $key, string $path) : CommandInterface |
||
28 |