Jordi Boggiano 7 năm trước cách đây
mục cha
commit
a16867e2c2
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      src/Composer/Repository/Vcs/GitLabDriver.php

+ 0 - 2
src/Composer/Repository/Vcs/GitLabDriver.php

@@ -284,8 +284,6 @@ class GitLabDriver extends VcsDriver
         do {
             $data = JsonFile::parseJson($this->getContents($resource), $resource);
 
-
-
             foreach ($data as $datum) {
                 $references[$datum['name']] = $datum['commit']['id'];