Skip to content

Commit f199510

Browse files
committed
Fix CS
1 parent 72d4d41 commit f199510

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/Server/ConnectionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function getContext(): ?array
6262
%d
6363

6464
DUMP
65-
, $dumped);
65+
, $dumped);
6666
}
6767

6868
public function testNoServer()

Tests/Test/VarDumperTestTraitTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function testItCanBeConfigured()
6868
}
6969
]
7070
DUMP
71-
, [1, 2, new \DateTime('2019-07-09T0:00:00+00:00')]);
71+
, [1, 2, new \DateTime('2019-07-09T0:00:00+00:00')]);
7272

7373
$this->tearDownVarDumper();
7474

0 commit comments

Comments
 (0)