8000 replace Bundle with the new AbstractBundle class by jrushlow · Pull Request #1514 · symfony/maker-bundle · GitHub
[go: up one dir, main page]

Skip to content

replace Bundle with the new AbstractBundle class #1514

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Sep 28, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
minor disclaimer for php-cs-fixer config
  • Loading branch information
jrushlow committed Sep 27, 2024
commit ff4bc460896b7abdc569b5c5514c45a0d5865b21
8 changes: 8 additions & 0 deletions config/php-cs-fixer.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
* file that was distributed with this source code.
*/

/*
* This PHP-CS-Fixer config file is used by the TemplateLinter for userland
* code when say make:controller is run. If a user does not have a php-cs-fixer
* config file, this one is used on the generated PHP files.
*
* It should not be confused by the root level .php-cs-fixer.dist.php config
* which is used to maintain the MakerBundle codebase itself.
*/
return (new PhpCsFixer\Config())
->setRules([
'@Symfony' => true,
Expand Down
0