Skip to content

Commit 44e3664

Browse files
minor symfony#18585 [PropertyInfo] Remove useless return statement (dunglas)
This PR was merged into the 2.8 branch. Discussion ---------- [PropertyInfo] Remove useless return statement | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a Commits ------- 9093bd5 [PropertyInfo] Remove useless return statement
2 parents 5356dbb + 9093bd5 commit 44e3664

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/PropertyInfo/Extractor/ReflectionExtractor.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,6 @@ private function getAccessorMethod($class, $property)
294294
// Return null if the property doesn't exist
295295
}
296296
}
297-
298-
return;
299297
}
300298

301299
/**

0 commit comments

Comments
 (0)