Skip to content

Commit

Permalink
chore: return type
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed Jul 20, 2023
1 parent 09ab90b commit ecb2dd9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
## [1.5.0 (2023-07-20)](https://github.com/ambroisemaupate/date2Sentence/compare/1.4.1...1.5.0)


### Features

* Upgrade to minimum PHP 7.4 ([5b82a12](https://github.com/ambroisemaupate/date2Sentence/commit/5b82a120fccb05b4d9f994e062a8fc642466f5e6))

## 1.4.0 (2022-07-01)

2 changes: 1 addition & 1 deletion src/LexerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public function isContinuous(): bool;
* @param string $format [Y-m-d]
* @return bool
*/
public function dateExists(\DateTime $dateTime, string $format = 'Y-m-d');
public function dateExists(\DateTime $dateTime, string $format = 'Y-m-d'): bool;

/**
* @return array<int, \DateTime|array<\DateTime>>
Expand Down

0 comments on commit ecb2dd9

Please sign in to comment.