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