mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-19 19:52:49 +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