code style

This commit is contained in:
Gerrit Uitslag 2023-09-25 00:14:17 +02:00
parent 851600592b
commit 4d95c1688e
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ abstract class ChangeLog
protected function parseAndCacheLogLine($value)
{
$info = static::parseLogLine($value);
if(is_array($info)) {
if (is_array($info)) {
$info['mode'] = $this->getMode();
$this->cache[$this->id][$info['date']] ??= $info;
return $info;