Skip to content

Commit b5ec180

Browse files
authored
delete empty line
1 parent d811ada commit b5ec180

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Facebook/Exceptions/FacebookResponseException.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ public static function create(FacebookResponse $response)
7070
{
7171
$data = $response->getDecodedBody();
7272

73-
7473
if (!isset($data['error']['code']) && isset($data['code'])) {
7574
$data = ['error' => $data];
7675
}

0 commit comments

Comments
 (0)