(int $n)
| 4898 | { |
| 4899 | public function create(): User { return new User('', ''); } |
| 4900 | public function count(int $n): static { return $this; } |
| 4901 | public function state(array $state): static { return $this; } |
| 4902 | public function make(): User { return new User('', ''); } |
| 4903 | } |
no outgoing calls