@@ -52,7 +52,7 @@ |
||
| 52 | 52 | 'retry_key_pattern' => sprintf(self::RETRY_ROUTING_KEY_PATTERN, $workerContext->queue), |
| 53 | 53 | ); |
| 54 | 54 | |
| 55 | - if(! empty($this->retries)) |
|
| 55 | + if( ! empty($this->retries)) |
|
| 56 | 56 | { |
| 57 | 57 | $options['retry_attempts'] = $this->retries; |
| 58 | 58 | } |
@@ -78,7 +78,7 @@ |
||
| 78 | 78 | { |
| 79 | 79 | $value = $input->getOption($name); |
| 80 | 80 | |
| 81 | - if(! in_array($value, ['true', 'false'])) |
|
| 81 | + if( ! in_array($value, ['true', 'false'])) |
|
| 82 | 82 | { |
| 83 | 83 | throw new \InvalidArgumentException(sprintf('Invalid value "%s" for option %s, expecting boolean.', $value, $name)); |
| 84 | 84 | } |
@@ -35,7 +35,7 @@ |
||
| 35 | 35 | { |
| 36 | 36 | $exchangeParts = []; |
| 37 | 37 | |
| 38 | - if(! empty($this->exchangesPrefix)) |
|
| 38 | + if( ! empty($this->exchangesPrefix)) |
|
| 39 | 39 | { |
| 40 | 40 | $exchangeParts[] = trim($this->exchangesPrefix); |
| 41 | 41 | } |