Skip to content
Commit ca3cbd22 authored by inoas's avatar inoas Committed by GitHub
Browse files

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; }
parent 8dce2821
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment