Completed
Push — develop ( cd170e...b8169e )
by Jaap
06:43
created
src/phpDocumentor/Application.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -165,7 +165,7 @@
 block discarded – undo
165 165
     /**
166 166
      * @param null|InputInterface $input
167 167
      * @param null|OutputInterface $output
168
-     * @return mixed
168
+     * @return integer
169 169
      */
170 170
     public function run(InputInterface $input = null, OutputInterface $output = null)
171 171
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
 use Symfony\Component\Console\Application as ConsoleApplication;
27 27
 use Symfony\Component\Console\Input\InputInterface;
28 28
 use Symfony\Component\Console\Output\OutputInterface;
29
-use Symfony\Component\Console\Shell;
30 29
 use Symfony\Component\Stopwatch\Stopwatch;
31 30
 
32 31
 /**
Please login to merge, or discard this patch.
src/phpDocumentor/Parser/Command/Project/ParseCommand.php 2 patches
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -374,7 +374,7 @@  discard block
 block discarded – undo
374 374
      *
375 375
      * @param InputInterface $input
376 376
      *
377
-     * @return \Symfony\Component\Console\Helper\HelperInterface|null
377
+     * @return null|ProgressHelper
378 378
      */
379 379
     protected function getProgressBar(InputInterface $input)
380 380
     {
@@ -402,6 +402,10 @@  discard block
 block discarded – undo
402 402
      * @return string
403 403
      */
404 404
     // @codingStandardsIgnoreStart
405
+
406
+    /**
407
+     * @param string $text
408
+     */
405 409
     protected function __($text, $parameters = array())
406 410
     // @codingStandardsIgnoreEnd
407 411
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use phpDocumentor\Command\Command;
15 15
 use phpDocumentor\Command\Helper\ConfigurationHelper;
16 16
 use phpDocumentor\Descriptor\Cache\ProjectDescriptorMapper;
17
-use phpDocumentor\Descriptor\Example\Finder;
18 17
 use phpDocumentor\Descriptor\ProjectDescriptor;
19 18
 use phpDocumentor\Descriptor\ProjectDescriptorBuilder;
20 19
 use phpDocumentor\Fileset\Collection;
Please login to merge, or discard this patch.