asispts
asispts
`symfony/flex` is already added to `composer.json` https://github.com/symfony/demo/blob/0ff22b52b6ec3e0217d33f0a12a66020ec277ed8/composer.json#L29 So, I think this action is not required. https://github.com/symfony/demo/blob/0ff22b52b6ec3e0217d33f0a12a66020ec277ed8/.github/workflows/tests.yaml#L58-L59 The action will also produce an unnecessary error  Btw, why run `composer update`...
## Describe the bug @msivasubramaniaan, I found the cause of bug #855. It's not related to a schema but to the number of characters. This code doesn't format correctly if...
# Bug report - Version: 0.5.2 - URL: No - Repository: No ## Description When modify `composer.json` (e.q: add/remove a package), build process always fail to detect the change. The...
PHPCS: `3.7.2` ## Description Currently, when attempting to use a directory to store a cache file by adding the following line to the configuration file: ```xml ``` an error is...
I often exclude `src/Entity` from this sniff due to Doctrine entities being non-final classes. However, adding `@final` annotation to these classes and including `checkTooWideReturnTypesInProtectedAndPublicMethods` in PHPStan config allows us to...
Can the following code work without manually defining the return type, i.e adding `/** @var UserDto[] */`? ```php final class Repository { public function __construct( private EntityManagerInterface $em ) {...
### Symfony version(s) affected 5.4 ### Description When adding a marker using CSS for required inputs and an error occurs, the marker will be shifted downward by the error text....
| Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | Fix...
| Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | no | New feature? | yes | Deprecations? | no | Issues | Fix...
### Version 4.26.2 ### Description Since `zircote/swagger-php` `v4.9.3`, `OpenApi\Processors\ProcessorInterface` has been deprecated. ### Additional context _No response_