Passed
Push — main ( 3ffaaf...767566 )
by Sebastian
03:52 queued 18s
created
tests/unit/Runner/Action/Cli/Command/Placeholder/StdInTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
     public function testStdInValue(): void
29 29
     {
30 30
         $expected = 'refs/heads/main 9dfa0fa6221d75f48b2dfac359127324bedf8409'
31
-                  . ' refs/heads/main 8309f6e16097754469c485e604900c573bf2c5d8';
31
+                    . ' refs/heads/main 8309f6e16097754469c485e604900c573bf2c5d8';
32 32
 
33 33
         $io     = $this->createIOMock();
34 34
         $repo   = $this->createRepositoryMock();
Please login to merge, or discard this patch.