Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
DArrayCountToken.php41 return $this->isCountable($argument) && $this->hasProperCount($argument) ? 6 : false;
82 private function hasProperCount($argument) function in Prophecy\\Argument\\Token\\ArrayCountToken