1
0
Fork 0
pull/6604/head
Jordi Boggiano 2017-08-09 16:02:45 +02:00
parent 320af80ad3
commit a16867e2c2
1 changed files with 0 additions and 2 deletions

View File

@ -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'];