Fix PHP CS

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2021-06-01 10:50:41 +02:00
parent 704f002bd4
commit 2eab957ec9
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ class SchemaWrapper implements ISchemaWrapper {
return $fullName;
}
return substr($fullName, $pos+1);
return substr($fullName, $pos + 1);
}, $this->schema->getTableNames());
}