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