Ovidiu Enache
Ovidiu Enache
| Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | no | New feature? | yes | Deprecations? | no | Issues | #52782...
This PR addresses the following issues: - #201 - #200 You can find the description of the problems by following the links above.
There have been some talks about removing this dependency from the list of required packages and there is an issue created regarding this (https://github.com/cebe/php-openapi/issues/170). However, there has been no update...
As part of the test suite, we are using https://github.com/Nexmo/api-specification/tree/master/definitions to fetch example in the `specProvider` method of the `OpenApiTest.php` class. That repository no longer exists and the test fails....
The OpenSwoole\Core\Psr\Request::getUri() method is not compatible with the interface it implements
``` Fatal error: Declaration of OpenSwoole\Core\Psr\Request::getUri() must be compatible with Psr\Http\Message\RequestInterface::getUri(): Psr\Http\Message\UriInterface ```
### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | no | BC Break | yes (for PHP < 7.4.0) #### Summary...
Hello! This might be a silly question but I have a DDD-based project split into different modules and I would like to make sure (through arch testing) that each class...