Crummy\Phlack\Common\Matcher\NonMatcher::matches PHP Method

matches() public method

public matches ( Crummy\Phlack\WebHook\CommandInterface $command ) : boolean
$command Crummy\Phlack\WebHook\CommandInterface
return boolean
    public function matches(CommandInterface $command)
    {
        return false;
    }
NonMatcher