[CS] Remove empty comment

This commit is contained in:
Gabriel Caruso 2018-10-02 00:29:33 -03:00
parent a1312fa4b2
commit 3bfd877e16
No known key found for this signature in database
GPG Key ID: EA85C7988F5A6877

View File

@ -170,7 +170,6 @@ class PropertyAccessor implements PropertyAccessorInterface
// '[a][b][c]' => 'old-value'
// If you want to change its value to 'new-value',
// you only need set value for '[a][b][c]' and it's safe to ignore '[a][b]' and '[a]'
//
if ($overwrite) {
$property = $propertyPath->getElement($i);