Skip to content

Commit 2e8d65a

Browse files
committed
Add space to if statement.
1 parent 73278f7 commit 2e8d65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/base_facebook.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,7 @@ protected function parseSignedRequest($signed_request) {
10211021
$result |= ord($expected_sig[$i]) ^ ord($sig[$i]);
10221022
}
10231023

1024-
if($result == 0) {
1024+
if ($result == 0) {
10251025
return $data;
10261026
} else {
10271027
self::errorLog('Bad Signed JSON signature!');

0 commit comments

Comments
 (0)