Skip to content

Commit 7027e13

Browse files
Fix RetailerTimeSlot file (#146)
Authored-by: Matthieu Prigent <[email protected]>
1 parent bc423d5 commit 7027e13

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Model/Data/RetailerTimeSlot.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function setEndTime($time)
6969
* which is a value of any type other than a resource.
7070
* @since 5.4.0
7171
*/
72-
public function jsonSerialize()
72+
public function jsonSerialize(): mixed
7373
{
7474
return [
7575
'start_time' => $this->getStartTime(),

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
}
1111
],
1212
"require": {
13+
"php": "~8.0",
1314
"magento/framework": "*",
1415
"magento/module-store": "*",
1516
"magento/module-contact": "*",

0 commit comments

Comments
 (0)