8000 [Notifier] smsapi-notifier - s/self/static/ · symfony/symfony@3583e0d · GitHub
[go: up one dir, main page]

Skip to content

Commit 3583e0d

Browse files
committed
[Notifier] smsapi-notifier - s/self/static/
1 parent d242433 commit 3583e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Notifier/Bridge/Smsapi/SmsapiTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function __construct(string $authToken, string $from, HttpClientInterface
4444
/**
4545
* @return $this
4646
*/
47-
public function setFast(bool $fast): self
47+
public function setFast(bool $fast): static
4848
{
4949
$this->fast = $fast;
5050

0 commit comments

Comments
 (0)
0