From 552c71aac68963635c5fdaff338b2e9ce56e5c30 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Thu, 4 May 2017 01:34:30 -0500 Subject: [PATCH] distmaker/utils/repo-report.php - Pass civilint --- distmaker/utils/repo-report.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/distmaker/utils/repo-report.php b/distmaker/utils/repo-report.php index d877399717..d8cc4b85d9 100644 --- a/distmaker/utils/repo-report.php +++ b/distmaker/utils/repo-report.php @@ -17,7 +17,8 @@ function repo($path, $branch) { 'branch' => $branch, 'commit' => $commit, ); - } else { + } + else { return array(); } } -- 2.25.1