From 76f22b5700cb624df5dc35311eaee16a04834fd6 Mon Sep 17 00:00:00 2001 From: "michael.sandritter" Date: Mon, 12 Sep 2016 16:36:03 +0200 Subject: [PATCH] [CLEANUP] checkstyle --- src/Command/GitCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Command/GitCommand.php b/src/Command/GitCommand.php index 42a42dc..4c19157 100644 --- a/src/Command/GitCommand.php +++ b/src/Command/GitCommand.php @@ -176,7 +176,7 @@ private function getLatestVersion(InputInterface $input, GitDriver $git) } } - /** + /** * @param string $url * @return GitDriver */