From 3c014e85349038b2893346f4eff6833f10365d58 Mon Sep 17 00:00:00 2001 From: memiah-steve Date: Thu, 29 Jun 2017 15:09:12 +0100 Subject: [PATCH] Update PHP docs to include overview file. --- src/Blueprint.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Blueprint.php b/src/Blueprint.php index e88c48c..971c85d 100644 --- a/src/Blueprint.php +++ b/src/Blueprint.php @@ -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 */