Completed
Pull Request — master (#50)
by Alessandro
02:46
created
src/Events/Listeners/InfluxDbEventListener.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
         }
Please login to merge, or discard this patch.