Skip to content

Commit b078a2f

Browse files
committed
style: remove unused variable assign in tests
1 parent 8f13b09 commit b078a2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/system/Session/Handlers/FileHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public function testDestroyIgnoresSymlinks(): void
9898

9999
$this->assertTrue(is_link($sessionFile));
100100

101-
$result = $handler->destroy($sessionId);
101+
$handler->destroy($sessionId);
102102

103103
$this->assertTrue(is_link($sessionFile));
104104
}

0 commit comments

Comments
 (0)