Skip to content

Commit d9ac08e

Browse files
committed
remove string typehint for Reflection's sake (cannot use phpunit while this typehint exists)
1 parent 8133918 commit d9ac08e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ProjectFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ interface ProjectFactory
2727
* @param File[] $files
2828
* @return Project
2929
*/
30-
public function create(string $name, array $files): Project;
30+
public function create($name, array $files): Project;
3131
}

0 commit comments

Comments
 (0)