massimoconti
Results
1
issues of
massimoconti
As stated in the title running the library with php 8.1 trigger an unexpected behavior with `\GuzzleHttp\Psr7\Stream::getContents`. For instance in `ContactApi::requestContactExportWithHttpInfo` this code: ```php if ($returnType === '\SplFileObject') { $content...