Skip to content

Commit

Permalink
Merge pull request #171 from luke83/patch-1
Browse files Browse the repository at this point in the history
doc return tag sync with code
  • Loading branch information
markstory committed Oct 31, 2015
2 parents e2fe6b4 + 29e3173 commit b9175f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Shell/Task/SimpleBakeTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public function main($name = null)
* Generate a class stub
*
* @param string $name The classname to generate.
* @return void
* @return string
*/
public function bake($name)
{
Expand All @@ -109,7 +109,7 @@ public function bake($name)
* Generate a test case.
*
* @param string $className The class to bake a test for.
* @return void
* @return string|bool
*/
public function bakeTest($className)
{
Expand Down

0 comments on commit b9175f5

Please sign in to comment.