diff --git a/docs/5.0/datepoint.md b/docs/5.0/datepoint.md index 21ea487..026d344 100644 --- a/docs/5.0/datepoint.md +++ b/docs/5.0/datepoint.md @@ -103,7 +103,8 @@ Once you've got a `DatePoint` instantiated object, you can access a set of calen ~~~php use League\Period\Bounds; -public function method(string $boundaries = Bounds::IncludeStartExcludeEnd): Period; + +public function method(Bounds $boundaries = Bounds::IncludeStartExcludeEnd): Period; ~~~ where `method` is one of the following date time span: diff --git a/docs/_data/project.yml b/docs/_data/project.yml index bf965b7..ddf312a 100644 --- a/docs/_data/project.yml +++ b/docs/_data/project.yml @@ -13,8 +13,8 @@ releases: previous: version: '4.0' requires: 'PHP >= 7.1.3' - latest: '4.12.0' - supported_until: 'TBD' + latest: '4.12.0 - 2022-02-21' + supported_until: '2022-08-21' documentation_link: '/4.0/' legacy: version: '3.0'