Skip to content

Commit

Permalink
Update CommandInterface.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kampernet committed Apr 22, 2016
1 parent 9949837 commit 6628dc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Kampernet/Action/CommandInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ interface CommandInterface {
/**
* The command execute method
*
* @param Object $request
* @param Object $response
* @param mixed $request
* @param mixed $response
* @return boolean
*/
public function execute($request, $response = null);
Expand All @@ -21,4 +21,4 @@ public function execute($request, $response = null);
* The command undo method
*/
public function undo();
}
}

0 comments on commit 6628dc7

Please sign in to comment.