Commit 1f9e1259 authored by jerguslejko's avatar jerguslejko

Use fully qualified class names in phpdocs

parent 3be4b783
...@@ -32,8 +32,8 @@ class NewCommand extends Command ...@@ -32,8 +32,8 @@ class NewCommand extends Command
/** /**
* Execute the command. * Execute the command.
* *
* @param InputInterface $input * @param \Symfony\Component\Console\Input\InputInterface $input
* @param OutputInterface $output * @param \Symfony\Component\Console\Output\OutputInterface $output
* @return void * @return void
*/ */
protected function execute(InputInterface $input, OutputInterface $output) protected function execute(InputInterface $input, OutputInterface $output)
...@@ -171,7 +171,7 @@ class NewCommand extends Command ...@@ -171,7 +171,7 @@ class NewCommand extends Command
/** /**
* Get the version that should be downloaded. * Get the version that should be downloaded.
* *
* @param InputInterface $input * @param \Symfony\Component\Console\Input\InputInterface $input
* @return string * @return string
*/ */
protected function getVersion(InputInterface $input) protected function getVersion(InputInterface $input)
......
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