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

Commit 4d81ee1

Browse files
committed
Fix formatting issue
1 parent 1deb6b7 commit 4d81ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Facebook/polyfills.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/**
2626
* @see https://github.com/sarciszewski/php-future/blob/master/src/Security.php#L37-L51
2727
*/
28-
if(!function_exists('hash_equals')) {
28+
if (!function_exists('hash_equals')) {
2929
function hash_equals($knownString, $userString)
3030
{
3131
if (function_exists('mb_strlen')) {

0 commit comments

Comments
 (0)