Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DSource.php36 Assert::integerish($startingLine);
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md96 `integerish($value, $message = '')` | Check that a value casts to an integer
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php215 public static function integerish($value, $message = '') function in Webmozart\\Assert\\Assert