Skip to content

Commit ec7ca15

Browse files
Merge branch '7.4' into 8.0
* 7.4: CS fixes
2 parents d53229b + 8a6d940 commit ec7ca15

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Test/VarDumperTestTrait.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ protected function setUpVarDumper(array $casters, ?int $flags = null): void
3737
$this->varDumperConfig['flags'] = $flags;
3838
}
3939

40+
/**
41+
* @after
42+
*/
4043
#[After]
4144
protected function tearDownVarDumper(): void
4245
{

0 commit comments

Comments
 (0)