Passed
Branch testing (4170e1)
by Stephan
09:32
created
tests/setup/fix-composer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
 	$json[ 'repositories' ] = [
38 38
 		[
39 39
 			'type' => 'vcs',
40
-			'url'  => 'https://github.com' . substr( $params[ 3 ], 1 ) . '.git',
40
+			'url'  => 'https://github.com'.substr( $params[ 3 ], 1 ).'.git',
41 41
 		],
42 42
 	];
43 43
 
Please login to merge, or discard this patch.