Upgrade PHPStan level to 4
I had to add some ignore errors until phpstan/phpstan#1482 is resolved [MAILPOET-1915]
This commit is contained in:
@ -148,7 +148,7 @@ class Subscriber extends Model {
|
||||
}
|
||||
|
||||
static function search($orm, $search = '') {
|
||||
if (strlen(trim($search) === 0)) {
|
||||
if (strlen(trim($search)) === 0) {
|
||||
return $orm;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user