Skip to content

Commit 8bc1a17

Browse files
committed
loosen typing to match reflection-common;
1 parent ad6044d commit 8bc1a17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/phpDocumentor/Reflection/Php/ProjectFactory.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,11 @@ public static function createInstance(): self
6565
/**
6666
* Creates a project from the set of files.
6767
*
68+
* @param string $name
6869
* @param File[] $files
6970
* @throws Exception when no matching strategy was found.
7071
*/
71-
public function create(string $name, array $files): ProjectInterface
72+
public function create($name, array $files): ProjectInterface
7273
{
7374
$project = new Project($name);
7475

0 commit comments

Comments
 (0)