Skip to content

Commit

Permalink
Missing docs parameters on contructor
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix128 committed Feb 1, 2018
1 parent b35d6e3 commit f85b3eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
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.2.2">
<module name="MSP_CodeMonkey" setup_version="1.2.3">
<sequence>
<module name="MSP_Common"/>

Expand Down
1 change: 1 addition & 0 deletions templates/ddd-cqrs/Model/Model/Command/Delete.template
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class %class% implements %interface%
/**
* @param %resource_model% $resource
* @param %get_interface% $commandGet
* @param LoggerInterface $logger
*/
public function __construct(
%resource_model% $resource,
Expand Down
1 change: 1 addition & 0 deletions templates/ddd-cqrs/Model/Model/Command/Save.template
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class %class% implements %interface%

/**
* @param %resource_model% $resource
* @param LoggerInterface $logger
*/
public function __construct(
%resource_model% $resource,
Expand Down

0 comments on commit f85b3eb

Please sign in to comment.