PhpSpec\Listener\CollaboratorMethodNotFoundListener::getRealArguments PHP Méthode

getRealArguments() private méthode

private getRealArguments ( mixed $prophecyArguments ) : array
$prophecyArguments mixed
Résultat array
    private function getRealArguments($prophecyArguments)
    {
        if ($prophecyArguments instanceof ArgumentsWildcard) {
            return $prophecyArguments->getTokens();
        }
        return array();
    }