File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments