We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5431b5 commit f6ec096Copy full SHA for f6ec096
1 file changed
tests/system/Session/SessionTest.php
@@ -345,7 +345,7 @@ public function testSetMagicMethodIgnoresCiVars(): void
345
$session = $this->getInstance();
346
$session->start();
347
348
- $session->__ci_vars = 'malicious'; // @phpstan-ignore property.notFound
+ $session->__ci_vars = 'malicious'; // @phpstan-ignore property.notFound
349
$session->__ci_last_regenerate = 'malicious'; // @phpstan-ignore property.notFound
350
351
$this->assertArrayNotHasKey('__ci_vars', $_SESSION);
0 commit comments