Skip to content

Commit

Permalink
Update PHP docs to include overview file.
Browse files Browse the repository at this point in the history
  • Loading branch information
memiah-steve committed Jun 29, 2017
1 parent 990ed7c commit 3c014e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Blueprint.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,13 @@ protected function registerAnnotationLoader()
}

/**
* Generate documentation with the name and version.
* Generate documentation with the name, version and optional overview content.
*
* @param \Illuminate\Support\Collection $controllers
* @param string $name
* @param string $version
* @param string $includePath
* @param string $overviewFile
*
* @return bool
*/
Expand Down

0 comments on commit 3c014e8

Please sign in to comment.