Completed
Pull Request — master (#1)
by
unknown
01:49
created
tests/Test.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 class Test extends \PHPUnit\Framework\TestCase
4 4
 {
5
-	/** @test */
5
+    /** @test */
6 6
     public function example()
7 7
     {
8
-    	return $this->assertTrue(true);
8
+        return $this->assertTrue(true);
9 9
     }
10 10
 }
Please login to merge, or discard this patch.