Skip to content

Commit 421da0e

Browse files
committed
Fix automatic code style fix
1 parent 5497ea2 commit 421da0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta/Revision.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function __construct($id, $rev)
5252
$this->revisionCol = $this->schema->findColumn('revision');
5353

5454
/** @var Value[] $values */
55-
$this->getCoreData(['revision=' . $this->rev]);
55+
$values = $this->getCoreData(['revision=' . $this->rev]);
5656

5757
if (!empty($values)) {
5858
$this->status = $values[$this->statusCol->getColref() - 1]->getRawValue();

0 commit comments

Comments
 (0)