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

Method isRock

examples/demo.php:5046–5049  ·  view source on GitHub ↗

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

(mixed $value)

Source from the content-addressed store, hash-verified

5044
5045 /** @phpstan-assert-if-true Rock $value */
5046 public static function isRock(mixed $value): bool
5047 {
5048 return $value instanceof Rock;
5049 }
5050
5051 /** @phpstan-assert-if-false Rock $value */
5052 public static function isNotRock(mixed $value): bool

Callers 2

demoMethod · 0.80
runDemoAssertionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected