$leaks */ public function __construct(public array $leaks) {} public function hasLeaks(): bool { return $this->leaks !== []; } }