8000 minor #34576 [DoctrineBridge] Fixed cs in DoctrineType (HeahDude) · symfony/symfony@029a70d · GitHub
[go: up one dir, main page]

Skip to content

Commit 029a70d

Browse files
minor #34576 [DoctrineBridge] Fixed cs in DoctrineType (HeahDude)
This PR was merged into the 5.0 branch. Discussion ---------- [DoctrineBridge] Fixed cs in DoctrineType | Q | A | ------------- | --- | Branch? | 5 D6DF .0 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | ~ | License | MIT | Doc PR | ~ <!-- Replace this notice by a short README for your feature/bugfix. This will help people understand your PR and can be used as a start for the documentation. Additionally (see https://symfony.com/roadmap): - Always add tests and ensure they pass. - Never break backward compatibility (see https://symfony.com/bc). - Bug fixes must be submitted against the lowest maintained branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too.) - Features and deprecations must be submitted against branch master. --> My bad, it could have been part of #34571, but I thought it was needed in an older branch. Commits ------- e3b2164 [DoctrineBridge] Fixed cs in DoctrineType
2 parents 6925a4a + e3b2164 commit 029a70d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Bridge/Doctrine/Form/Type/DoctrineType.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ abstract class DoctrineType extends AbstractType implements ResetInterface
5050
*
5151
* For backwards compatibility, objects are cast to strings by default.
5252
*
53-
*
5453
* @internal This method is public to be usable as callback. It should not
5554
* be used in user code.
5655
*/

0 commit comments

Comments
 (0)
0