Skip to content

Commit d3c01ef

Browse files
committed
IHF: StyleCI thanks.
1 parent 0085687 commit d3c01ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/dump/GetDumpTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ public function it_correctly_dumps_array()
5555
. " \"an integer\" => 1\n"
5656
. " \"a boolean\" => true\n"
5757
. " \"an empty array\" => []\n"
58-
. "]\n"
59-
;
58+
. "]\n";
6059

6160
$this->assertEquals($expected, get_dump($array));
6261
}

0 commit comments

Comments
 (0)