Home
last modified time | relevance | path

Searched refs:isCountable (Results 1 – 4 of 4) sorted by relevance

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DArrayCountToken.php41 return $this->isCountable($argument) && $this->hasProperCount($argument) ? 6 : false;
70 private function isCountable($argument) function in Prophecy\\Argument\\Token\\ArrayCountToken
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DCHANGELOG.md30 * added `Assert::isCountable()`
H A DREADME.md108 `isCountable($value, $message = '')` | Check that a value is an array or a `\Co…
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php351 public static function isCountable($value, $message = '') function in Webmozart\\Assert\\Assert