Completed
Push — develop ( 114abf...08add9 )
by Jaap
03:44
created
src/phpDocumentor/DomainModel/Dsn.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
117 117
     /**
118 118
      * Returns the path part of the DSN
119 119
      *
120
-     * @return string
120
+     * @return Path
121 121
      */
122 122
     public function getPath()
123 123
     {
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
@@ -356,7 +356,7 @@  discard block
 block discarded – undo
356 356
      *
357 357
      * @param InputInterface $input
358 358
      *
359
-     * @return \Symfony\Component\Console\Helper\HelperInterface|null
359
+     * @return null|ProgressHelper
360 360
      */
361 361
     protected function getProgressBar(InputInterface $input)
362 362
     {
@@ -384,6 +384,10 @@  discard block
 block discarded – undo
384 384
      * @return string
385 385
      */
386 386
     // @codingStandardsIgnoreStart
387
+
388
+    /**
389
+     * @param string $text
390
+     */
387 391
     protected function __($text, $parameters = array())
388 392
         // @codingStandardsIgnoreEnd
389 393
     {
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -15,11 +15,9 @@
 block discarded – undo
15 15
 use phpDocumentor\Command\Command;
16 16
 use phpDocumentor\Command\Helper\ConfigurationHelper;
17 17
 use phpDocumentor\Descriptor\Cache\ProjectDescriptorMapper;
18
-use phpDocumentor\Descriptor\Example\Finder;
19 18
 use phpDocumentor\Descriptor\ProjectDescriptor;
20 19
 use phpDocumentor\Descriptor\ProjectDescriptorBuilder;
21 20
 use phpDocumentor\DomainModel\Dsn;
22
-use phpDocumentor\Fileset\Collection;
23 21
 use phpDocumentor\Infrastructure\FlySystemFactory;
24 22
 use phpDocumentor\Infrastructure\Parser\FlySystemFile;
25 23
 use phpDocumentor\Infrastructure\Parser\SpecificationFactory;
Please login to merge, or discard this patch.
src/phpDocumentor/Parser/Parser.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -276,7 +276,7 @@
 block discarded – undo
276 276
      * Iterates through the given files feeds them to the builder.
277 277
      *
278 278
      * @param ProjectDescriptorBuilder $builder
279
-     * @param Collection               $files   A files container to parse.
279
+     * @param \phpDocumentor\Reflection\File[]               $files   A files container to parse.
280 280
      *
281 281
      * @api
282 282
      *
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -18,10 +18,8 @@
 block discarded – undo
18 18
 use phpDocumentor\Event\LogEvent;
19 19
 use phpDocumentor\Fileset\Collection;
20 20
 use phpDocumentor\Parser\Exception\FilesNotFoundException;
21
-use phpDocumentor\Reflection\File\LocalFile;
22 21
 use phpDocumentor\Reflection\Php\Project;
23 22
 use phpDocumentor\Reflection\ProjectFactory;
24
-use Psr\Log\LoggerAwareInterface;
25 23
 use Psr\Log\LoggerInterface;
26 24
 use Psr\Log\LogLevel;
27 25
 use Symfony\Component\Stopwatch\Stopwatch;
Please login to merge, or discard this patch.
src/phpDocumentor/Parser/ServiceProvider.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use Cilex\Application;
15 15
 use Pimple\Container;
16 16
 use Pimple\ServiceProviderInterface;
17
-use phpDocumentor\Fileset\Collection;
18 17
 use phpDocumentor\Parser\Command\Project\ParseCommand;
19 18
 use phpDocumentor\Parser\Middleware\CacheMiddleware;
20 19
 use phpDocumentor\Parser\Middleware\ErrorHandlingMiddleware;
Please login to merge, or discard this patch.
src/phpDocumentor/Parser/Util/ParserPopulator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 namespace phpDocumentor\Parser\Util;
3 3
 
4 4
 use phpDocumentor\Command\Helper\ConfigurationHelper;
5
-use phpDocumentor\Fileset\Collection;
6 5
 use phpDocumentor\Parser\Parser;
7 6
 use Symfony\Component\Console\Input\InputInterface;
8 7
 
Please login to merge, or discard this patch.