Home
last modified time | relevance | path

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

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