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

Commit 2899e36

Browse files
committed
Merge pull request #455 from christophlehmann/4.0-dev
Normalize php documentation in SignedRequest.php
2 parents a18b7cb + 3189e71 commit 2899e36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Facebook/Entities/SignedRequest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ public static function validateFormat($signedRequest)
188188
*
189189
* @param string $signedRequest
190190
*
191-
* @returns array
191+
* @return array
192192
*/
193193
public static function split($signedRequest)
194194
{
@@ -202,7 +202,7 @@ public static function split($signedRequest)
202202
*
203203
* @param string $encodedSig
204204
*
205-
* @returns string
205+
* @return string
206206
*
207207
* @throws FacebookSDKException
208208
*/
@@ -224,7 +224,7 @@ public static function decodeSignature($encodedSig)
224224
*
225225
* @param string $encodedPayload
226226
*
227-
* @returns array
227+
* @return array
228228
*
229229
* @throws FacebookSDKException
230230
*/

0 commit comments

Comments
 (0)