summaryrefslogtreecommitdiff
path: root/vendor/symfony/http-kernel/Tests/Profiler/ProfilerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/symfony/http-kernel/Tests/Profiler/ProfilerTest.php')
-rw-r--r--vendor/symfony/http-kernel/Tests/Profiler/ProfilerTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/symfony/http-kernel/Tests/Profiler/ProfilerTest.php b/vendor/symfony/http-kernel/Tests/Profiler/ProfilerTest.php
index 35aa8ea5dc..2128ea9bcd 100644
--- a/vendor/symfony/http-kernel/Tests/Profiler/ProfilerTest.php
+++ b/vendor/symfony/http-kernel/Tests/Profiler/ProfilerTest.php
@@ -82,7 +82,7 @@ class ProfilerTest extends TestCase
$this->assertCount(0, $profiler->find(null, null, null, null, null, null, '204'));
}
- protected function setUp()
+ protected function setUp(): void
{
$this->tmp = tempnam(sys_get_temp_dir(), 'sf_profiler');
if (file_exists($this->tmp)) {
@@ -93,7 +93,7 @@ class ProfilerTest extends TestCase
$this->storage->purge();
}
- protected function tearDown()
+ protected function tearDown(): void
{
if (null !== $this->storage) {
$this->storage->purge();