Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b74f610

Browse filesBrowse files
committed
Fix coding standards
1 parent c4f05f6 commit b74f610
Copy full SHA for b74f610

File tree

2 files changed

+2
-1
lines changed
Filter options

2 files changed

+2
-1
lines changed

‎src/Symfony/Component/Notifier/Bridge/OvhCloud/OvhCloudTransport.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/Bridge/OvhCloud/OvhCloudTransport.php
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ private function calculateTimeDelta(): int
118118
$response = $this->client->request('GET', $endpoint);
119119

120120
$serverTimestamp = (int) (string) $response->getContent();
121+
121122
return $serverTimestamp - (int) time();
122123
}
123124
}

‎src/Symfony/Component/Notifier/Transport.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/Transport.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
use Symfony\Component\Notifier\Bridge\Firebase\FirebaseTransportFactory;
1515
use Symfony\Component\Notifier\Bridge\Mattermost\MattermostTransportFactory;
1616
use Symfony\Component\Notifier\Bridge\Nexmo\NexmoTransportFactory;
17-
use Symfony\Component\Notifier\Bridge\RocketChat\RocketChatTransportFactory;
1817
use Symfony\Component\Notifier\Bridge\OvhCloud\OvhCloudTransportFactory;
18+
use Symfony\Component\Notifier\Bridge\RocketChat\RocketChatTransportFactory;
1919
use Symfony\Component\Notifier\Bridge\Slack\SlackTransportFactory;
2020
use Symfony\Component\Notifier\Bridge\Telegram\TelegramTransportFactory;
2121
use Symfony\Component\Notifier\Bridge\Twilio\TwilioTransportFactory;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.