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

Method isNotRock

examples/demo.php:5052–5055  ·  view source on GitHub ↗

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

(mixed $value)

Source from the content-addressed store, hash-verified

5050
5051 /** @phpstan-assert-if-false Rock $value */
5052 public static function isNotRock(mixed $value): bool
5053 {
5054 return !$value instanceof Rock;
5055 }
5056}
5057
5058// ─── Pipe Operator / Pass-by-Reference / Interface Template / Generic Assert ─

Callers 2

demoMethod · 0.80
runDemoAssertionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected