We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6245e5c commit e4fb606Copy full SHA for e4fb606
src/Converter.php
@@ -39,7 +39,7 @@ public function toFormattedDateString()
39
*
40
* @return string
41
*/
42
- public function toFormattedDayDateString(): string
+ public function toFormattedDayDateString()
43
{
44
return $this->format('l j F Y');
45
}
@@ -136,7 +136,7 @@ public function toDayDateTimeString($unitPrecision = 'second')
136
137
138
139
- public function toFormattedMonthYearString(): string
+ public function toFormattedMonthYearString()
140
141
return $this->format('F Y');
142
0 commit comments