Skip to content

Instantly share code, notes, and snippets.

@gnugat
Created October 9, 2013 10:57
Show Gist options
  • Save gnugat/6899483 to your computer and use it in GitHub Desktop.
Save gnugat/6899483 to your computer and use it in GitHub Desktop.
What's wrong with this ?
<?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