contrib: lint fetch_contributors.php

This commit is contained in:
Eugene Molotov 2022-01-20 10:22:10 +05:00
parent 5df8bf956a
commit 30553d8665

View File

@ -37,7 +37,7 @@ while($next) { /* Collect all contributors */
foreach($links as $link) {
list($url, $type) = explode(';', $link, 2);
if(trim($type) === 'rel="next"'){
if(trim($type) === 'rel="next"') {
$url = trim(preg_replace('/([<>])/', '', $url));
$next = true;
break;