Skip to content

Commit a13d1fb

Browse files
gnat42SammyK
authored andcommitted
Fix phpdoc @return instead of @returns
PhpDoc expects @return, @returns was being used instead
1 parent c84a013 commit a13d1fb

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)