<?php class CookieService { public function set() { } public function get(Cookie $cookie): mixed { return $cookie->get("value"); } }
You have javascript disabled. You will not be able to edit any code.