8000 chore: PHP CS Fixer fixes · symfony/form@7874f71 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7874f71

Browse files
keradusfabpot
authored andcommitted
chore: PHP CS Fixer fixes
1 parent 9ec2f0b commit 7874f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Extension/Csrf/EventListener/CsrfValidationListenerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function testArrayCsrfToken()
6767
$validation->preSubmit($event);
6868

6969
$this->assertInstanceOf(FormErrorIterator::class, $this->form->getErrors());
70-
$this->assertGreaterThan(0, count($this->form->getErrors()));
70+
$this->assertGreaterThan(0, \count($this->form->getErrors()));
7171
}
7272

7373
public function testMaxPostSizeExceeded()

0 commit comments

Comments
 (0)
0