Skip to content

Commit 5a4df76

Browse files
committed
Merge pull request #340 from scy/master
PHPDoc fix: Remove a @param for nonexisting parseSignedRequest parameter
2 parents 04168d5 + 7ce1f32 commit 5a4df76

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/facebook.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -768,8 +768,6 @@ protected function createSessionFromSignedRequest($data) {
768768
* Then saves it in $this->signed_data
769769
*
770770
* @param String A signed token
771-
* @param Boolean Should we remove the parts of the payload that
772-
* are used by the algorithm?
773771
* @return Array the payload inside it or null if the sig is wrong
774772
*/
775773
protected function parseSignedRequest($signed_request) {

0 commit comments

Comments
 (0)