We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ead1aa0 commit 73945aeCopy full SHA for 73945ae
src/ProjectFactory.php
@@ -22,5 +22,5 @@ interface ProjectFactory
22
* @param string[] $files
23
* @return Project
24
*/
25
- public function create($files);
+ public function create(array $files);
26
}
0 commit comments