| Conditions | 2 |
| Paths | 2 |
| Total Lines | 9 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 48 | public function execute($login, InputInterface $input) |
||
| 49 | { |
||
| 50 | if (function_exists('meminfo_dump')) { |
||
| 51 | $date = date(DATE_ISO8601); |
||
| 52 | meminfo_dump(fopen("eXpansion-mem-dump-$date.json", 'w')); |
||
| 53 | } else { |
||
| 54 | $this->chatNotification->sendMessage('meminfo is not installed!', $login); |
||
| 55 | } |
||
| 56 | } |
||
| 57 | } |