Skip to content

Commit 8d65280

Browse files
author
Amir
committed
CS Fix
1 parent ba976f9 commit 8d65280

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/TwitterStatusUpdate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function getImages(): ?array
5454
}
5555

5656
/**
57-
* @param int $statusId
57+
* @param int $statusId
5858
* @return $this
5959
*/
6060
public function inReplyTo(int $statusId): self

tests/TwitterChannelTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,15 +173,15 @@ class TestNotificationWithReplyToStatusId extends Notification
173173
private int $replyToStatusId;
174174

175175
/**
176-
* @param int $replyToStatusId
176+
* @param int $replyToStatusId
177177
*/
178178
public function __construct(int $replyToStatusId)
179179
{
180180
$this->replyToStatusId = $replyToStatusId;
181181
}
182182

183183
/**
184-
* @param mixed $notifiable
184+
* @param mixed $notifiable
185185
* @return TwitterMessage
186186
*/
187187
public function toTwitter(mixed $notifiable): TwitterMessage

0 commit comments

Comments
 (0)