Commit 3be4b783 authored by jerguslejko's avatar jerguslejko

Fix PHP docs

parent 3518efc2
...@@ -171,10 +171,10 @@ class NewCommand extends Command ...@@ -171,10 +171,10 @@ class NewCommand extends Command
/** /**
* Get the version that should be downloaded. * Get the version that should be downloaded.
* *
* @param \Symfony\Component\Console\Input\InputInterface $input * @param InputInterface $input
* @return string * @return string
*/ */
protected function getVersion($input) protected function getVersion(InputInterface $input)
{ {
if ($input->getOption('dev')) { if ($input->getOption('dev')) {
return 'develop'; return 'develop';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment