Eloquent\Phony\Matcher\AnyMatcher::__toString PHP Méthode

__toString() public méthode

Describe this matcher.
public __toString ( ) : string
Résultat string The description.
    public function __toString()
    {
        return '<any>';
    }