Completed
Branch testing (3b0ebf)
by Roman
09:56
created
src/CassandraConnector.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
      */
89 89
     protected function getPort(array $config)
90 90
     {
91
-        return !empty($config['port']) ? (int)$config['port'] : 9042;
91
+        return !empty($config['port']) ? (int) $config['port'] : 9042;
92 92
     }
93 93
 
94 94
     /**
Please login to merge, or discard this patch.