MCPcopy Create free account
hub / github.com/PHPantom-dev/phpantom_lsp / isNotRock

Function isNotRock

examples/demo.php:5030–5033  ·  view source on GitHub ↗

@phpstan-assert-if-false Rock $value */

(mixed $value)

Source from the content-addressed store, hash-verified

5028
5029/** @phpstan-assert-if-false Rock $value */
5030function isNotRock(mixed $value): bool
5031{
5032 return !$value instanceof Rock;
5033}
5034
5035class StaticAssert
5036{

Callers 2

demoMethod · 0.85
runDemoAssertionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected