Completed
Push — master ( 413e80...0c5ebe )
by Guillaume
07:00
created
tests/DemoTest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@  discard block
 block discarded – undo
7 7
 
8 8
 class DemoTest extends TestCase
9 9
 {
10
-	protected $wow;
10
+    protected $wow;
11 11
 
12 12
     public function setUp()
13 13
     {
@@ -18,6 +18,6 @@  discard block
 block discarded – undo
18 18
 
19 19
     public function testCallSuccess()
20 20
     {
21
-    	$this->assertInstanceOf(Collection::class, $this->wow->getAchievement(2144));
21
+        $this->assertInstanceOf(Collection::class, $this->wow->getAchievement(2144));
22 22
     }
23 23
 }
24 24
\ No newline at end of file
Please login to merge, or discard this patch.