Skip to content

Commit

Permalink
loosen typing to match reflection-common;
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnazg committed Jun 19, 2018
1 parent ad6044d commit 8bc1a17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/phpDocumentor/Reflection/Php/ProjectFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,11 @@ public static function createInstance(): self
/**
* Creates a project from the set of files.
*
* @param string $name
* @param File[] $files
* @throws Exception when no matching strategy was found.
*/
public function create(string $name, array $files): ProjectInterface
public function create($name, array $files): ProjectInterface
{
$project = new Project($name);

Expand Down

0 comments on commit 8bc1a17

Please sign in to comment.