Skip to content

Commit

Permalink
Fix RetailerTimeSlot file (#146)
Browse files Browse the repository at this point in the history
Authored-by: Matthieu Prigent <matthieu.prigent@smile.fr>
  • Loading branch information
PrigentMatthieu committed Aug 22, 2022
1 parent bc423d5 commit 7027e13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Model/Data/RetailerTimeSlot.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function setEndTime($time)
* which is a value of any type other than a resource.
* @since 5.4.0
*/
public function jsonSerialize()
public function jsonSerialize(): mixed
{
return [
'start_time' => $this->getStartTime(),
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
}
],
"require": {
"php": "~8.0",
"magento/framework": "*",
"magento/module-store": "*",
"magento/module-contact": "*",
Expand Down

0 comments on commit 7027e13

Please sign in to comment.