@phpstan-assert-if-false Rock $value */
(mixed $value)
| 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 ─ |
no outgoing calls
no test coverage detected