Skip to content

Commit 390af5d

Browse files
committed
made types consistent with those defined in Hack
1 parent 8230c62 commit 390af5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EntryPoint/FormAuthenticationEntryPoint.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function __construct(HttpKernelInterface $kernel, HttpUtils $httpUtils, $
4141
$this->httpKernel = $kernel;
4242
$this->httpUtils = $httpUtils;
4343
$this->loginPath = $loginPath;
44-
$this->useForward = (Boolean) $useForward;
44+
$this->useForward = (bool) $useForward;
4545
}
4646

4747
/**

0 commit comments

Comments
 (0)