Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
DArrayEntryToken.php34 $this->key = $this->wrapIntoExactValueToken($key);
35 $this->value = $this->wrapIntoExactValueToken($value);
116 private function wrapIntoExactValueToken($value) function in Prophecy\\Argument\\Token\\ArrayEntryToken