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
Add the PHP-CS-Fixer rule in your `.php-cs-fixer.php` file:
60
59
60
+
> [!NOTE]
61
+
> This fixer is compatible with standard PHP-CS-Fixer rules. It avoids adding annotations that conflict with rules like `phpdoc_no_package` and follows spacing conventions compatible with `phpdoc_separation`.
62
+
61
63
```php
62
64
<?php
63
65
// ...
@@ -71,7 +73,6 @@ return (new PhpCsFixer\Config())
0 commit comments