Skip to content

Commit f6ec096

Browse files
committed
style: fix coding style per CS Fixer
1 parent d5431b5 commit f6ec096

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/system/Session/SessionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ public function testSetMagicMethodIgnoresCiVars(): void
345345
$session = $this->getInstance();
346346
$session->start();
347347

348-
$session->__ci_vars = 'malicious'; // @phpstan-ignore property.notFound
348+
$session->__ci_vars = 'malicious'; // @phpstan-ignore property.notFound
349349
$session->__ci_last_regenerate = 'malicious'; // @phpstan-ignore property.notFound
350350

351351
$this->assertArrayNotHasKey('__ci_vars', $_SESSION);

0 commit comments

Comments
 (0)