File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ In your PHP CS Fixer configuration register fixers and use them:
3333
3434
3535## Fixers
36- - ** NoDoctrineMigrationsGeneratedCommentFixer** - there must be no comment generated by PhpStorm .
36+ - ** NoDoctrineMigrationsGeneratedCommentFixer** - there must be no comment generated by Doctrine Migrations .
3737``` diff
3838 namespace Migrations;
3939 use Doctrine\DBAL\Schema\Schema;
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ final class NoDoctrineMigrationsGeneratedCommentFixer extends AbstractFixer
1414 public function getDefinition () : FixerDefinition
1515 {
1616 return new FixerDefinition (
17- 'There must be no comment generated by PhpStorm . ' ,
17+ 'There must be no comment generated by Doctrine Migrations . ' ,
1818 [new CodeSample ('<?php
1919namespace Migrations;
2020use Doctrine\DBAL\Schema\Schema;
You can’t perform that action at this time.
0 commit comments