Completed
Push — release-2.1 ( 2a8837...428f7b )
by Michael
14s
created
other/buildtools/check-signed-off.php 1 patch
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -58,9 +58,9 @@
 block discarded – undo
58 58
 		// Parent hash.
59 59
 		'P' => shell_exec('git show -s --format=%P HEAD'),
60 60
 	)));
61
-}
62
-else
61
+} else {
63 62
 	$debugSecondary = base64_encode(json_encode(array(NULL)));
63
+}
64 64
 
65 65
 $result = stripos($lastLine, 'Signed-off-by:');
66 66
 if ($result === false)
Please login to merge, or discard this patch.