From a161b165d7242d7246e2aed626432fcba75dea95 Mon Sep 17 00:00:00 2001 From: ignace nyamagana butera Date: Thu, 12 Sep 2024 08:12:18 +0200 Subject: [PATCH] Fix documentation v4 support date --- docs/5.0/datepoint.md | 3 ++- docs/_data/project.yml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/5.0/datepoint.md b/docs/5.0/datepoint.md index 21ea4870..026d344b 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 bf965b77..ddf312a5 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'