Test Failed
Push — testing ( 01ddd4...f98802 )
by Stephan
04:07 queued 31s
created
tests/setup/fix-composer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
 $json[ 'repositories' ] = [
13 13
 	[
14 14
 		'type' => 'vcs',
15
-		'url'  => 'https://github.com' . substr( $argv[3], 1 ) . '.git',
15
+		'url'  => 'https://github.com'.substr( $argv[ 3 ], 1 ).'.git',
16 16
 	],
17 17
 ];
18 18
 
Please login to merge, or discard this patch.