Home
last modified time | relevance | path

Searched refs:notEq (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php202 static::notEq($value, '', $message);
508 public static function notEq($value, $value2, $message = '') function in Webmozart\\Assert\\Assert
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md125 `notEq($value, $value2, $message = '')` | Check that a value does not equal another (`!=`)