Passed
Push — master ( 9eed21...192ad0 )
by yuuki
35s
created
src/FluentLogManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
         return new $fluentHandler(
65 65
             new FluentLogger(
66 66
                 $configure['host'] ?? FluentLogger::DEFAULT_ADDRESS,
67
-                (int)$configure['port'] ?? FluentLogger::DEFAULT_LISTEN_PORT,
67
+                (int) $configure['port'] ?? FluentLogger::DEFAULT_LISTEN_PORT,
68 68
                 $configure['options'] ?? [],
69 69
                 $this->detectPacker($configure)
70 70
             ),
Please login to merge, or discard this patch.