Passed
Branch dev (5fe13b)
by Shashi Prakash
01:47
created
tests/OpenGraphTest.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -12,8 +12,8 @@  discard block
 block discarded – undo
12 12
     {
13 13
         $o = new OpenGraph();
14 14
         $data = $o->fetch(
15
-         'https://www.unsplash.com/'
16
-       );
15
+            'https://www.unsplash.com/'
16
+        );
17 17
         $this->assertArrayHasKey('title', $data);
18 18
         $this->assertArrayHasKey('description', $data);
19 19
         $this->assertArrayHasKey('type', $data);
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
         $o = new OpenGraph();
28 28
         $data = $o->fetch(
29 29
         'https://www.example.com/'
30
-      );
30
+        );
31 31
 
32 32
         $this->assertEmpty($data);
33 33
     }
Please login to merge, or discard this patch.