| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 25 | protected function configure() |
||
| 26 | { |
||
| 27 | $this->setName('set'); |
||
| 28 | $this->setHelp('This command allows you to create entries in the cache pool'); |
||
| 29 | $this->addArgument('key', InputArgument::REQUIRED, 'The key assigned to the cache entry'); |
||
| 30 | $this->addArgument('value', InputArgument::REQUIRED, 'The value of the cache entry'); |
||
| 31 | } |
||
| 45 |