Passed
Branch master (7d6e06)
by Jitendra
02:49
created
Category
src/Asserts.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
         $this->assertContains($expected, $actual, "$message$expected doesnot contain $actual");
13 13
     }
14 14
 
15
-    public function assertJsonSubsets($expected,  /* more expected ...*/ $actual)
15
+    public function assertJsonSubsets($expected, /* more expected ...*/ $actual)
16 16
     {
17 17
         $expected = \func_get_args();
18 18
         $actual   = \array_pop($expected);
Please login to merge, or discard this patch.