mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix CS, remove extra space
This commit is contained in:
parent
6092c168a9
commit
e3e54d40fa
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ class Sqlite extends DboSource {
|
|||
foreach (String::tokenize($selectpart, ',', '(', ')') as $part) {
|
||||
$fromPos = stripos($part, ' FROM ');
|
||||
if ($fromPos !== false) {
|
||||
$selects[] = trim(substr($part, 0, $fromPos));
|
||||
$selects[] = trim(substr($part, 0, $fromPos));
|
||||
break;
|
||||
}
|
||||
$selects[] = $part;
|
||||
|
|
Loading…
Reference in a new issue