Skip to content

Commit 2eab957

Browse files
committed
Fix PHP CS
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 704f002 commit 2eab957

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/private/DB/SchemaWrapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function getTableNames(): array {
8181
return $fullName;
8282
}
8383

84-
return substr($fullName, $pos+1);
84+
return substr($fullName, $pos + 1);
8585
}, $this->schema->getTableNames());
8686
}
8787

0 commit comments

Comments
 (0)