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