Clarify validCount
It is intolerant against non existing keys.
Aka such a check is **not** inside class ValidCount:
```if (!$entity->has($this->_field) && array_key_exists('allowNulls', $options) && $options['allowNulls'] === true) { return true; }
Loading
Please sign in to comment