Completed
Push — master ( 733af7...ba0b1a )
by Beau
12s queued 11s
created
src/Dflydev/FigCookies/SetCookie.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -131,6 +131,9 @@
 block discarded – undo
131 131
         return $this->withExpires(new DateTime('-5 years'));
132 132
     }
133 133
 
134
+    /**
135
+     * @param integer $maxAge
136
+     */
134 137
     public function withMaxAge(?int $maxAge = null) : self
135 138
     {
136 139
         $clone = clone($this);
Please login to merge, or discard this patch.