Skip to content

Commit 14ee86f

Browse files
chore(PasswordConfirmationMiddlewareTest): typo fixup
Signed-off-by: Josh <josh.t.richards@gmail.com>
1 parent ba23ea8 commit 14ee86f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/lib/AppFramework/Middleware/Security/PasswordConfirmationMiddlewareTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public function testDifferentAnnotation(): void {
9595
}
9696

9797
#[\PHPUnit\Framework\Attributes\DataProvider('dataProviderNonExemptBackend')]
98-
public function testAnnotation(string $backend, int $lastConfirm, int $currentTime, bool $exception): void
98+
public function testAnnotation(string $backend, int $lastConfirm, int $currentTime, bool $exception): void {
9999
$this->reflector->reflect($this->controller, __FUNCTION__);
100100

101101
$this->user->method('getBackendClassName')

0 commit comments

Comments
 (0)