diff options
| author | Greg Roach <fisharebest@gmail.com> | 2017-12-07 09:16:01 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2017-12-07 09:16:01 +0000 |
| commit | 3e983931fdde6db78f1490364106d7d46e77dea7 (patch) | |
| tree | ad258a855a10b1096e7ff4fc4d5dc377b628b3ce /vendor/symfony/http-foundation/Cookie.php | |
| parent | ea51178689e8fd2aabc1dc599813355ef8b10ceb (diff) | |
| download | webtrees-3e983931fdde6db78f1490364106d7d46e77dea7.tar.gz webtrees-3e983931fdde6db78f1490364106d7d46e77dea7.tar.bz2 webtrees-3e983931fdde6db78f1490364106d7d46e77dea7.zip | |
Update to PhpUnit 6, for PHP 7
Diffstat (limited to 'vendor/symfony/http-foundation/Cookie.php')
| -rw-r--r-- | vendor/symfony/http-foundation/Cookie.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/symfony/http-foundation/Cookie.php b/vendor/symfony/http-foundation/Cookie.php index 4519a6adae..a2139ff6ba 100644 --- a/vendor/symfony/http-foundation/Cookie.php +++ b/vendor/symfony/http-foundation/Cookie.php @@ -81,6 +81,8 @@ class Cookie } /** + * Constructor. + * * @param string $name The name of the cookie * @param string|null $value The value of the cookie * @param int|string|\DateTimeInterface $expire The time the cookie expires |
