Skip to content

Commit 3bfd877

Browse files
committed
[CS] Remove empty comment
1 parent a1312fa commit 3bfd877

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)