Add rule for concatenation operator spacing

[MAILPOET-2090]
This commit is contained in:
Pavel Dohnal
2019-05-20 14:12:31 +02:00
committed by M. Shull
parent 12ff88ee21
commit 5d64ec168d
61 changed files with 273 additions and 267 deletions

View File

@ -99,7 +99,7 @@ class Form extends Model {
}
static function search($orm, $search = '') {
return $orm->whereLike('name', '%'.$search.'%');
return $orm->whereLike('name', '%' . $search . '%');
}
static function groups() {