We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad6044d commit 8bc1a17Copy full SHA for 8bc1a17
src/phpDocumentor/Reflection/Php/ProjectFactory.php
@@ -65,10 +65,11 @@ public static function createInstance(): self
65
/**
66
* Creates a project from the set of files.
67
*
68
+ * @param string $name
69
* @param File[] $files
70
* @throws Exception when no matching strategy was found.
71
*/
- public function create(string $name, array $files): ProjectInterface
72
+ public function create($name, array $files): ProjectInterface
73
{
74
$project = new Project($name);
75
0 commit comments