Skip to content

Commit

Permalink
[console] Add docblock to generate method. (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas committed Jan 22, 2018
1 parent 8c0ded0 commit 230f94a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Generator/GeneratorInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@
*/
interface GeneratorInterface
{
public function generate($parameters = []);
/**
* @param array $parameters
* @return void
*/
public function generate(array $parameters);
}

0 comments on commit 230f94a

Please sign in to comment.