Skip to content

Commit d896935

Browse files
irazasyedgithub-actions[bot]
authored andcommitted
Apply PHP CS Fixer changes
1 parent 333457b commit d896935

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

src/Components/Button.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ public function phone(string $phone): self
114114
}
115115

116116
/**
117+
* @param mixed $postback
118+
*
117119
* @return $this
118120
*
119121
* @throws CouldNotCreateButton|\JsonException

src/Facebook.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ public function __construct(string $token = null, HttpClient $httpClient = null)
3434

3535
/**
3636
* Set Default Graph API Version.
37+
*
38+
* @param mixed $graphApiVersion
3739
*/
3840
public function setGraphApiVersion($graphApiVersion): self
3941
{

src/FacebookMessage.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,8 @@ public function isUpdate(): self
267267
/**
268268
* Helper to set messaging type as MESSAGE_TAG.
269269
*
270+
* @param mixed $messageTag
271+
*
270272
* @return $this
271273
*/
272274
public function isMessageTag($messageTag): self

0 commit comments

Comments
 (0)