@@ -63,7 +63,7 @@ |
||
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); |