Skip to content

Commit c085732

Browse files
committed
Typo
1 parent 6b54208 commit c085732

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

src/Fixer/NoDoctrineMigrationsGeneratedCommentFixer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1919
namespace Migrations;
2020
use Doctrine\DBAL\Schema\Schema;

0 commit comments

Comments
 (0)