Skip to content

Commit

Permalink
FIX save return type
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix128 committed Oct 20, 2017
1 parent 9672b0c commit 5963507
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

},
"type": "magento2-module",
"version": "1.0.1",
"license": "OSL 3.0",
"autoload": {
"files": [
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="MSP_CodeMonkey" setup_version="1.0.1">
<module name="MSP_CodeMonkey" setup_version="1.0.2">
<sequence>
<module name="MSP_Common"/>

Expand Down
2 changes: 1 addition & 1 deletion templates/crud/Api/RepositoryInterface.template
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ interface %class%
/**
* Save object
* @param %data_interface% $object
* @return void
* @return %data_interface%
*/
public function save(%data_interface% $object);

Expand Down

0 comments on commit 5963507

Please sign in to comment.