Home
last modified time | relevance | path

Searched refs:notContains (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DCHANGELOG.md33 * added `Assert::notContains()`
H A DREADME.md143 `notContains($value, $subString, $message = '')` | Check that a string does not contains a subst…
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php617 public static function notContains($value, $subString, $message = '') function in Webmozart\\Assert\\Assert