/var/www/cobraambalaj/vendor/mockery/mockery/library/Mockery/Matcher
Edit: /var/www/cobraambalaj/vendor/mockery/mockery/library/Mockery/Matcher/MatcherAbstract.php (1491B)
_expected = $expected;
}
/**
* Check if the actual value matches the expected.
* Actual passed by reference to preserve reference trail (where applicable)
* back to the original method parameter.
*
* @param mixed $actual
* @return bool
*/
abstract public function match(&$actual);
/**
* Return a string representation of this Matcher
*
* @return string
*/
abstract public function __toString();
}