From 30553d86653c853e7fcb340476092c27a0c5a863 Mon Sep 17 00:00:00 2001 From: Eugene Molotov Date: Thu, 20 Jan 2022 10:22:10 +0500 Subject: [PATCH] contrib: lint fetch_contributors.php --- contrib/prepare_release/fetch_contributors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/prepare_release/fetch_contributors.php b/contrib/prepare_release/fetch_contributors.php index cdcda7e3..8e7bfce6 100644 --- a/contrib/prepare_release/fetch_contributors.php +++ b/contrib/prepare_release/fetch_contributors.php @@ -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;