We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36bddbd + 204f626 commit 39f7d33Copy full SHA for 39f7d33
1 file changed
src/Test/WebTestCase.php
@@ -553,7 +553,7 @@ public function setExcludedDoctrineTables(array $excludedDoctrineTables): void
553
$this->excludedDoctrineTables = $excludedDoctrineTables;
554
}
555
556
- protected function tearDown()
+ protected function tearDown(): void
557
{
558
if (null !== $this->containers) {
559
foreach ($this->containers as $container) {
0 commit comments