Completed
Pull Request — master (#26)
by
unknown
06:34
created
src/FluentLogManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
 		return new $fluentHandler(
72 72
 			new FluentLogger(
73 73
 				$configure['host'] ?? FluentLogger::DEFAULT_ADDRESS,
74
-				(int)$configure['port'] ?? FluentLogger::DEFAULT_LISTEN_PORT,
74
+				(int) $configure['port'] ?? FluentLogger::DEFAULT_LISTEN_PORT,
75 75
 				$configure['options'] ?? [],
76 76
 				$packer
77 77
 			),
Please login to merge, or discard this patch.