From acd14864064aa545113ed8899e6f0254f55dc00e Mon Sep 17 00:00:00 2001 From: Rob Bast Date: Thu, 30 Apr 2015 12:35:25 +0200 Subject: [PATCH] Mark method as @private --- src/Composer/Command/InitCommand.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Composer/Command/InitCommand.php b/src/Composer/Command/InitCommand.php index 2008db75d..70411736a 100644 --- a/src/Composer/Command/InitCommand.php +++ b/src/Composer/Command/InitCommand.php @@ -282,6 +282,7 @@ EOT } /** + * @private * @param string $author * @return array */