Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit 56d4c3f

Browse files
Remove newline
1 parent 53a3d05 commit 56d4c3f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Facebook/Helpers/FacebookRedirectLoginHelper.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ public function getAccessToken($redirectUrl = null)
222222
$this->resetCsrf();
223223

224224
$redirectUrl = $redirectUrl ?: $this->urlDetectionHandler->getCurrentUrl();
225-
226225
// At minimum we need to remove the 'state' and 'code' params
227226
$redirectUrl = FacebookUrlManipulator::removeParamsFromUrl($redirectUrl, ['code', 'state']);
228227

0 commit comments

Comments
 (0)