Browse Source

'name' now required as first arg unlike the cookie()

saeid 8 years ago
parent
commit
f05ea3430b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Http/Response.php

+ 0 - 1
src/Http/Response.php

@@ -1993,7 +1993,6 @@ class Response implements ResponseInterface
      *
      * ### Options
      *
-     * - `name`: The Cookie name
      * - `value`: Value of the cookie
      * - `expire`: Time the cookie expires in
      * - `path`: Path the cookie applies to