Home
last modified time | relevance | path

Searched refs:isTraversable (Results 1 – 3 of 3) sorted by path

/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DCHANGELOG.md44 * deprecated `Assert::isTraversable()` in favor of `Assert::isIterable()`
H A DREADME.md106 `isTraversable($value, $message = '')` (deprecated) | Check that a value is an array or a `\Tr…
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php323 public static function isTraversable($value, $message = '') function in Webmozart\\Assert\\Assert