mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Removed superfluous break
In every case of the if clause it will return, so break is not needed.
This commit is contained in:
parent
c671d8da62
commit
ff1f80349a
1 changed files with 0 additions and 1 deletions
|
@ -537,7 +537,6 @@ class Sqlserver extends DboSource {
|
|||
} else {
|
||||
return "SELECT {$limit} {$fields} FROM {$table} {$alias} {$joins} {$conditions} {$group} {$order}";
|
||||
}
|
||||
break;
|
||||
case "schema":
|
||||
extract($data);
|
||||
|
||||
|
|
Loading…
Reference in a new issue