Skip to content

Commit

Permalink
Fix documentation v4 support date
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Sep 12, 2024
1 parent b151bde commit a161b16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/5.0/datepoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions docs/_data/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit a161b16

Please sign in to comment.