Completed
Pull Request — master (#85)
by
unknown
02:08
created
src/DependencyInjection/InfluxDbExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
             $config['username'],
64 64
             $config['password'],
65 65
             'udp' === $protocol,
66
-            $config['ssl']?:false
66
+            $config['ssl'] ?: false
67 67
         ]);
68 68
         $connectionDefinition->setFactory([new Reference('algatux_influx_db.connection_factory'), 'createConnection']);
69 69
         $connectionDefinition->setPublic(true);
Please login to merge, or discard this patch.