Skip to content

Commit

Permalink
Fix PHP CS
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Jun 1, 2021
1 parent 704f002 commit 2eab957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/DB/SchemaWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function getTableNames(): array {
return $fullName;
}

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

Expand Down

0 comments on commit 2eab957

Please sign in to comment.