From a2b55ef6a5fd7e1665be9c98f961de1fccb2b063 Mon Sep 17 00:00:00 2001 From: Francesco Danti Date: Sat, 26 Dec 2020 12:44:46 +0000 Subject: [PATCH 1/2] Apply fixes from StyleCI --- src/GenerateDocumentationCommand.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/GenerateDocumentationCommand.php b/src/GenerateDocumentationCommand.php index 24cf0a4..eb2be9a 100755 --- a/src/GenerateDocumentationCommand.php +++ b/src/GenerateDocumentationCommand.php @@ -48,10 +48,10 @@ protected function configure() InputArgument::IS_ARRAY, 'Source directories to parse' )->addOption( - 'public-only', - 'p', - InputOption::VALUE_NONE - )->addOption( + 'public-only', + 'p', + InputOption::VALUE_NONE + )->addOption( 'show-private', null, InputOption::VALUE_NONE From 58a8b71ff709b334bc36eddbb9623391afa56131 Mon Sep 17 00:00:00 2001 From: Francesco Danti Date: Sat, 26 Dec 2020 12:44:54 +0000 Subject: [PATCH 2/2] Apply fixes from StyleCI --- src/GenerateDocumentationCommand.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/GenerateDocumentationCommand.php b/src/GenerateDocumentationCommand.php index eb2be9a..e9b2339 100755 --- a/src/GenerateDocumentationCommand.php +++ b/src/GenerateDocumentationCommand.php @@ -52,10 +52,10 @@ protected function configure() 'p', InputOption::VALUE_NONE )->addOption( - 'show-private', - null, - InputOption::VALUE_NONE - )->addOption( + 'show-private', + null, + InputOption::VALUE_NONE + )->addOption( 'element-toc', 't', InputOption::VALUE_NONE