@@ -131,6 +131,9 @@ |
||
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); |