asispts

Results 11 issues of 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 ![000](https://user-images.githubusercontent.com/79239132/179424810-d5f0110d-9905-4542-9540-aa3d18af5bc9.png) 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...

Status: Need Investigation

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...

Type: enhancement

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...

Enhancement

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....

Bug
Status: Needs Review
TwigBridge
Keep open

| Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | Fix...

Status: Needs Review

| Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | no | New feature? | yes | Deprecations? | no | Issues | Fix...

Form
Feature
Status: Needs Work

### Version 4.26.2 ### Description Since `zircote/swagger-php` `v4.9.3`, `OpenApi\Processors\ProcessorInterface` has been deprecated. ### Additional context _No response_

bug
swagger-php