Completed
Pull Request — master (#39)
by Can
12:08
created
src/Dflydev/FigCookies/SetCookie.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -149,6 +149,9 @@
 block discarded – undo
149 149
         return $this->withExpires(new DateTime('-5 years'));
150 150
     }
151 151
 
152
+    /**
153
+     * @param integer $maxAge
154
+     */
152 155
     public function withMaxAge(?int $maxAge = null): self
153 156
     {
154 157
         $clone = clone $this;
Please login to merge, or discard this patch.