Andrii Dembitskyi
                                            Andrii Dembitskyi
                                        
                                    | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | |...
https://github.com/barryvdh/composer-cleanup-plugin/blob/dd3bef71dfe38557306aac37467b4d8f1eadb854/composer.json#L13
It is should provide a more helpful message for developer in exception, when in cell value provided an object. **Example**: Exception: ``` Uncaught PHP Exception Box\\Spout\\Common\\Exception\\InvalidArgumentException: \"Trying to add a...
Documentation for this syntax: https://psalm.dev/docs/annotating_code/typing_in_psalm/#specifying-stringint-options-aka-enums Example code: ```php class Some { public const STATUS_FOO = 'foo'; public const STATUS_BAR = 'bar'; /** * @return self::STATUS_* */ public function dummy(): string...
After dumping `apcu` settings with `php --ri apcu` I found a setting `apc.smart` (default = 0), which is not probably documented nor in `TECHNOTES.txt`, nor in php.net. Please introduce documentation...
https://symfony.com/doc/5.4/service_container/service_decoration.html ```yaml # config/services.yaml services: App\Mailer: ~ App\DecoratingMailer: decorates: App\Mailer # pass the old service as an argument arguments: ['@.inner'] ``` For now, plugin emits issues about not found DI...
In privacy policy, there are places where some words are wrapped with HTML tags, and they are displayed "as is". For example: > `This Privacy Policy applies to the Polyfill.io ...
**Is your feature request related to a problem? Please describe.** S3 Cloud providers often have built pricing in correlation with used traffic **Describe the solution you'd like** We want to...