Skip to content

Commit b8600e1

Browse files
committed
Fix CS
1 parent 42c1cdb commit b8600e1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Test/VarDumperTestTrait.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ public function assertDumpMatchesFormat($expected, $data, int $filter = 0, strin
5252
$this->assertStringMatchesFormat($this->prepareExpectation($expected, $filter), $this->getDump($data, null, $filter), $message);
5353
}
5454

55-
/**
56-
* @return string|null
57-
*/
5855
protected function getDump($data, $key = null, int $filter = 0): ?string
5956
{
6057
if (null === $flags = $this->varDumperConfig['flags']) {

0 commit comments

Comments
 (0)