We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36bddbd commit 204f626Copy full SHA for 204f626
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