-
Grzegorz Korba authored
* Allow any value to be passed to Assertion::isCountable() Static analysis tools complain about type of `$value` argument but in fact it could be of any type since it will be checked later (that's the purpose of the method). * Revert unwanted changes Github's web IDE did something weird I think, I did not change those line on purpose (obviously).