Skip to content

Commit

Permalink
Fixed indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
smuuf committed Dec 19, 2017
1 parent d164b9e commit 9655ad0
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/Celery.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,17 @@ class Celery extends CeleryAbstract

public function __construct(
$host,
$login,
$password,
$vhost,
$exchange = 'celery',
$binding = 'celery',
$port = 5672,
$connector = false,
$persistent_messages = false,
$result_expire = 0,
$ssl_options = array(),
Config $config_object = null)
$login,
$password,
$vhost,
$exchange = 'celery',
$binding = 'celery',
$port = 5672,
$connector = false,
$persistent_messages = false,
$result_expire = 0,
$ssl_options = array(),
Config $config_object = null)
{
$broker_connection = [
'host' => $host,
Expand Down

0 comments on commit 9655ad0

Please sign in to comment.