Created
October 9, 2013 10:57
-
-
Save gnugat/6899483 to your computer and use it in GitHub Desktop.
What's wrong with this ?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
class Command | |
{ | |
/** | |
* Takes input's parameters to create an output (with a status code). | |
* | |
* @param InputInterface $input | |
* | |
* @return OutputInterface | |
*/ | |
public function execute(InputInterface $input); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment