Skip to content

Commit d33e245

Browse files
minor symfony#28676 [CS] Remove empty comment (carusogabriel)
This PR was merged into the 2.8 branch. Discussion ---------- [CS] Remove empty comment | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | no | New feature? | no <!-- don't forget to update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | - <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | - <!-- required for new features --> Commits ------- 3bfd877 [CS] Remove empty comment
2 parents 8932f5c + 3bfd877 commit d33e245

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Component/PropertyAccess/PropertyAccessor.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ public function setValue(&$objectOrArray, $propertyPath, $value)
170170
// '[a][b][c]' => 'old-value'
171171
// If you want to change its value to 'new-value',
172172
// you only need set value for '[a][b][c]' and it's safe to ignore '[a][b]' and '[a]'
173-
//
174173
if ($overwrite) {
175174
$property = $propertyPath->getElement($i);
176175

0 commit comments

Comments
 (0)