@@ -1,6 +1,6 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | namespace Algatux\InfluxDbBundle\Events\Listeners; |
6 | 6 | |
@@ -166,7 +166,7 @@ discard block |
||
166 | 166 | { |
167 | 167 | if (!$this->udpDatabase && ($event instanceof UdpEvent || $event instanceof DeferredUdpEvent)) { |
168 | 168 | throw new \RuntimeException( |
169 | - 'No UDP connection available for database "' . $this->httpDatabase->getName() . '". ' |
|
169 | + 'No UDP connection available for database "'.$this->httpDatabase->getName().'". ' |
|
170 | 170 | . 'You must enable it on the configuration to use it.' |
171 | 171 | ); |
172 | 172 | } |