Skip to content

Commit

Permalink
Merge pull request #5 from jaapio/feature/projectName
Browse files Browse the repository at this point in the history
add name parameter to project factory
  • Loading branch information
mvriel committed Aug 9, 2015
2 parents e5d252e + e1e4d90 commit 8dfc66d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ProjectFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ interface ProjectFactory
/**
* Creates a project from the set of files.
*
* @param string $name
* @param string[] $files
* @return Project
*/
public function create(array $files);
public function create($name, array $files);
}

0 comments on commit 8dfc66d

Please sign in to comment.