Searched refs:isCountable (Results 1 – 4 of 4) sorted by relevance
41 return $this->isCountable($argument) && $this->hasProperCount($argument) ? 6 : false;70 private function isCountable($argument) function in Prophecy\\Argument\\Token\\ArrayCountToken
30 * added `Assert::isCountable()`
108 `isCountable($value, $message = '')` | Check that a value is an array or a `\Co…
351 public static function isCountable($value, $message = '') function in Webmozart\\Assert\\Assert