Anons79 Mini Shell

Directory : /home/proudlyafrican/www/vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/
Upload File :
Current File : /home/proudlyafrican/www/vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/BaseMatcher.php

<?php
namespace Hamcrest;

/*
 Copyright (c) 2009 hamcrest.org
 */

/**
 * BaseClass for all Matcher implementations.
 *
 * @see Hamcrest\Matcher
 */
abstract class BaseMatcher implements Matcher
{

    public function describeMismatch($item, Description $description)
    {
        $description->appendText('was ')->appendValue($item);
    }

    public function __toString()
    {
        return StringDescription::toString($this);
    }
}

Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]