We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c84a013 commit a13d1fbCopy full SHA for a13d1fb
src/Facebook/SignedRequest.php
@@ -164,7 +164,7 @@ protected function parse()
164
/**
165
* Splits a raw signed request into signature and payload.
166
*
167
- * @returns array
+ * @return array
168
169
* @throws FacebookSDKException
170
*/
@@ -182,7 +182,7 @@ protected function split()
182
183
* @param string $encodedSig
184
185
- * @returns string
+ * @return string
186
187
188
@@ -202,7 +202,7 @@ protected function decodeSignature($encodedSig)
202
203
* @param string $encodedPayload
204
205
206
207
208
0 commit comments