Skip to content

Commit

Permalink
Merge pull request #1 from zepgram/develop
Browse files Browse the repository at this point in the history
[fix] handle strict type method return for php version lower than 7.4
  • Loading branch information
Benjamin Calef authored Dec 27, 2021
2 parents 50ccd25 + ac26ecd commit 117877a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Model/Parameters.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public function getConfig(): ConfigRequest
/**
* {@inheritDoc}
*/
public function setConfig(ConfigRequest $configRequest): self
public function setConfig(ConfigRequest $configRequest): ParametersInterface
{
return $this->setData(self::CONFIG, $configRequest);
}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "zepgram/module-rest",
"description": "Technical module to industrialize API REST call with dependency injection using Guzzle library in Magento 2",
"type": "magento2-module",
"version": "0.0.1",
"version": "0.0.2",
"authors": [
{
"name": "Benjamin Calef",
Expand Down

0 comments on commit 117877a

Please sign in to comment.