From a888b082b05cfbe78971bf192e1b49ad337b0f08 Mon Sep 17 00:00:00 2001 From: Calin Marian Date: Fri, 8 Jul 2016 17:34:44 +0300 Subject: [PATCH] Make urlEncodeAll private --- src/Composer/Repository/Vcs/GitLabDriver.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/Repository/Vcs/GitLabDriver.php b/src/Composer/Repository/Vcs/GitLabDriver.php index 1b33612ea..f9e6418e5 100644 --- a/src/Composer/Repository/Vcs/GitLabDriver.php +++ b/src/Composer/Repository/Vcs/GitLabDriver.php @@ -237,7 +237,7 @@ class GitLabDriver extends VcsDriver * @param string $string * @return string */ - protected function urlEncodeAll($string) + private function urlEncodeAll($string) { $encoded = ''; for ($i = 0; isset($string[$i]); $i++) {