Psalm doesn´t know about the type non-empty-count. Also the assertion
was wrong, since this method does not assert that the $countable param
is empty. (#307)
Some @psalm-assert annotations refer to not existent params, which leads
to them not working at all.
This PR fixes issues with psalm annotations.
Psalm doesn´t know about the type
non-empty-count
. Also the assertion was wrong, since this method does not assert that the$countable
param is empty. (#307)Some @psalm-assert annotations refer to not existent params, which leads to them not working at all.