Skip to content

Commit 86aab3f

Browse files
committed
Remove reference to GitHub issue
1 parent da8c664 commit 86aab3f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Symfony/Component/Form/Tests/Extension/Csrf/EventListener/CsrfValidationListenerTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ public function testStringFormData()
6464
$this->assertSame($data, $event->getData());
6565
}
6666

67-
/**
68-
* @see https://github.com/symfony/symfony/issues/29882
69-
*/
7067
public function testArrayCsrfToken()
7168
{
7269
$event = new FormEvent($this->form, ['csrf' => []]);

0 commit comments

Comments
 (0)