Test Failed
Push — main ( 4e5ae6...a5bb7c )
by yuuki
49s queued 11s
created
src/FluentLogManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
         $handler = new $fluentHandler(
68 68
             new FluentLogger(
69 69
                 $configure['host'] ?? FluentLogger::DEFAULT_ADDRESS,
70
-                (int)$configure['port'] ?? FluentLogger::DEFAULT_LISTEN_PORT,
70
+                (int) $configure['port'] ?? FluentLogger::DEFAULT_LISTEN_PORT,
71 71
                 $configure['options'] ?? [],
72 72
                 $this->detectPacker($configure)
73 73
             ),
Please login to merge, or discard this patch.