Skip to content

Commit 4aab054

Browse files
authored
Merge pull request facebookarchive#844 from gnat42/patch-1
Fix phpdoc @return instead of @returns
2 parents 86de719 + cee7c30 commit 4aab054

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Facebook/SignedRequest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ protected function parse()
164164
/**
165165
* Splits a raw signed request into signature and payload.
166166
*
167-
* @returns array
167+
* @return array
168168
*
169169
* @throws FacebookSDKException
170170
*/
@@ -182,7 +182,7 @@ protected function split()
182182
*
183183
* @param string $encodedSig
184184
*
185-
* @returns string
185+
* @return string
186186
*
187187
* @throws FacebookSDKException
188188
*/
@@ -202,7 +202,7 @@ protected function decodeSignature($encodedSig)
202202
*
203203
* @param string $encodedPayload
204204
*
205-
* @returns array
205+
* @return array
206206
*
207207
* @throws FacebookSDKException
208208
*/

0 commit comments

Comments
 (0)