Browse Source

Make urlEncodeAll private

Calin Marian 8 năm trước cách đây
mục cha
commit
a888b082b0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Composer/Repository/Vcs/GitLabDriver.php

+ 1 - 1
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++) {