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