You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional context
Checks were not successful in the PR.
I checked it locally and there was no problem:
composer require --working-dir=tools/php-cs-fixer friendsofphp/php-cs-fixer:2.18.0
tools/php-cs-fixer/vendor/bin/php-cs-fixer fix src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntity.php
Loaded config default from ".php_cs.dist".
Using cache file ".php_cs.cache".
Paths from configuration file have been overridden by paths provided as command arguments.
Fixed all files in 0.097 seconds, 12.000 MB memory used
The text was updated successfully, but these errors were encountered:
which PHP version are you using locally ? PHP 7 or PHP 8 ? As php-cs-fixer relies on the token parsed by PHP, the behavior when encountering attributes might differ (on PHP 7, php-cs-fixer will see a comment, not an attribute)
Symfony version(s) affected: 5.x
Description
fabbot is using PHP CS Fixer 2.18, so this should not be a problem. The leading backslash is recommended.
Current code
Patch
How to reproduce
Possible Solution
Additional context
Checks were not successful in the PR.
I checked it locally and there was no problem:
The text was updated successfully, but these errors were encountered: