mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-15 13:51:24 +00:00
cs: Enable a couple of risky rules.
This commit is contained in:
@@ -15,6 +15,6 @@ abstract class AbstractCustomField implements CustomFieldInterface
|
||||
{
|
||||
public function isEmptyValue($value, CustomField $customField)
|
||||
{
|
||||
return empty($value) and false !== $value;
|
||||
return empty($value) && false !== $value;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user