Skip to content

Commit 985f77d

Browse files
mihaileugithub-actions[bot]
authored andcommitted
Apply php-cs-fixer changes
1 parent abe69ad commit 985f77d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RabbitMq/AMQPConnectionFactory.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,17 @@ public function __construct(
5353

5454
$this->parameters['hosts'][$key] = $this->parseUrl($hostParameters);
5555
}
56-
56+
5757
if ($parametersProvider) {
5858
$this->parameters = array_merge($this->parameters, $parametersProvider->getConnectionParameters());
5959
}
60-
60+
6161
if (is_array($this->parameters['ssl_context'])) {
6262
$this->parameters['context'] = !empty($this->parameters['ssl_context'])
6363
? stream_context_create(['ssl' => $this->parameters['ssl_context']])
6464
: null;
6565
}
66-
66+
6767
}
6868

6969
/**

0 commit comments

Comments
 (0)