data-response icon indicating copy to clipboard operation
data-response copied to clipboard

Results 7 data-response issues
Sort by recently updated
recently updated
newest added

And remove rule `MixedTypeRector` skiping from rector configuration.

Good day. I have two questions: 1. What about the [PSR-13](https://www.php-fig.org/psr/psr-13/)? 2. Wouldn't it be more correct in case `XmlDataResponseFormatter` gets a `JsonSerializable` object but not an `XmlDataInterface` to take...

Good day. Some `DataResponse` methods cause the response body to be formatted. This causes a marker to be placed about it. But also some immutable methods reset this marker, which...

status:under discussion

E.g. to `return ['foo' => 'bar']` instead of ```php return $this->dataResponseFactory->create(['foo' => 'bar']); ``` In case it is, let's add corresponding configs and all the related code to documentation.

type:docs

| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ❌ | Fixed issues | comma-separated list of...

status:under development