8000 minor #29292 [PropertyAccess] Removed the return type phpdoc (samnela) · symfony/symfony@eb59382 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit eb59382

Browse files
committed
minor #29292 [PropertyAccess] Removed the return type phpdoc (samnela)
This PR was merged into the 4.1 branch. Discussion ---------- [PropertyAccess] Removed the return type phpdoc | Q | A | ------------- | --- | Branch? | master / 4.1 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | N/A | License | MIT | Doc PR | N/A <!-- Write a short README entry for your feature/bugfix here (replace this comment block.) This will help people understand your PR and can be used as a start of the Doc PR. Additionally: - Bug fixes must be submitted against the lowest 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 the master branch. --> Commits ------- 143597a Removed the return type phpdoc
2 parents 578f847 + 143597a commit eb59382

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/PropertyAccess/PropertyAccess.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ final class PropertyAccess
2020
{
2121
/**
2222
* Creates a property accessor with the default configuration.
23-
*
24-
* @return PropertyAccessor
2523
*/
2624
public static function createPropertyAccessor(): PropertyAccessor
2725
{

0 commit comments

Comments
 (0)
0