PhpSpec\Wrapper\Unwrapper::reveal PHP Méthode

reveal() public méthode

public reveal ( mixed $value ) : mixed
$value mixed
Résultat mixed
    public function reveal($value)
    {
        return $this->unwrapOne($value);
    }