Fix PHP CS
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
704f002bd4
commit
2eab957ec9
|
@ -81,7 +81,7 @@ class SchemaWrapper implements ISchemaWrapper {
|
|||
return $fullName;
|
||||
}
|
||||
|
||||
return substr($fullName, $pos+1);
|
||||
return substr($fullName, $pos + 1);
|
||||
}, $this->schema->getTableNames());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue