| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 22 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 23 | { |
||
| 24 | $this->truncateEntity(Room::class, $output, 'Удаление комнат ... ', 'Комнаты удалены.'); |
||
| 25 | $this->truncateEntity(RoomType::class, $output, 'Удаление типов комнат ... ', 'Типы комнат удалены.'); |
||
| 26 | } |
||
| 27 | } |
||
| 28 |