We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f13b09 commit b078a2fCopy full SHA for b078a2f
1 file changed
tests/system/Session/Handlers/FileHandlerTest.php
@@ -98,7 +98,7 @@ public function testDestroyIgnoresSymlinks(): void
98
99
$this->assertTrue(is_link($sessionFile));
100
101
- $result = $handler->destroy($sessionId);
+ $handler->destroy($sessionId);
102
103
104
}
0 commit comments