File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
src/phpDocumentor/Reflection Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ interface Middleware
22
22
/**
23
23
* Executes this middle ware class.
24
24
*
25
- * @param $command
25
+ * @param object $command
26
26
* @param callable $next
27
27
*
28
28
* @return object
Original file line number Diff line number Diff line change 27
27
final class ProjectFactory implements ProjectFactoryInterface
28
28
{
29
29
/**
30
- * @var ProjectFactoryStrategies[]
30
+ * @var ProjectFactoryStrategies
31
31
*/
32
32
private $ strategies ;
33
33
@@ -66,7 +66,8 @@ public static function createInstance(): self
66
66
* Creates a project from the set of files.
67
67
*
68
68
* @param string $name
69
- * @param \phpDocumentor\Reflection\File[] $files
69
+ *
70
+ * @param File[] $files
70
71
* @return ProjectInterface
71
72
* @throws Exception when no matching strategy was found.
72
73
*/
You can’t perform that action at this time.
0 commit comments