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

Commit d8b2bcb

Browse files
author
Fosco Marotto
committed
Merge pull request #99 from irfanevrens/patch-1
added throws phpdoc tag
2 parents b576c1e + b1643ba commit d8b2bcb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Facebook/FacebookCanvasLoginHelper.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class FacebookCanvasLoginHelper
3636
* Gets a FacebookSession from the parameters passed by Facebook to a
3737
* Canvas POST request.
3838
*
39+
* @throws FacebookSDKException
3940
* @return FacebookSession|null
4041
*/
4142
public function getSession()
@@ -79,4 +80,4 @@ protected function getSignedRequest()
7980
return null;
8081
}
8182

82-
}
83+
}

0 commit comments

Comments
 (0)