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

Commit eb4b61b

Browse files
authored
Fix documentation #789
Fix #789
1 parent 33a49e5 commit eb4b61b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/GraphNode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ $response = $fb->get('/something');
2626
$graphNode = $response->getGraphNode();
2727

2828
// Get the response typed as a GraphUser
29-
$user = $response->getGraphUser());
29+
$user = $response->getGraphUser();
3030

3131
// Get the response typed as a GraphPage
3232
$page = $response->getGraphPage();

0 commit comments

Comments
 (0)