Skip to content

Commit 53f2fc4

Browse files
committed
adjust some docblocks;
1 parent 33eff4d commit 53f2fc4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/phpDocumentor/Reflection/Middleware/Middleware.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ interface Middleware
2222
/**
2323
* Executes this middle ware class.
2424
*
25-
* @param $command
25+
* @param object $command
2626
* @param callable $next
2727
*
2828
* @return object

src/phpDocumentor/Reflection/Php/ProjectFactory.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
final class ProjectFactory implements ProjectFactoryInterface
2828
{
2929
/**
30-
* @var ProjectFactoryStrategies[]
30+
* @var ProjectFactoryStrategies
3131
*/
3232
private $strategies;
3333

@@ -66,7 +66,8 @@ public static function createInstance(): self
6666
* Creates a project from the set of files.
6767
*
6868
* @param string $name
69-
* @param \phpDocumentor\Reflection\File[] $files
69+
*
70+
* @param File[] $files
7071
* @return ProjectInterface
7172
* @throws Exception when no matching strategy was found.
7273
*/

0 commit comments

Comments
 (0)