mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Unused local variable 'reflFieldValue' #6309
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @peter-gribanov on GitHub (Sep 26, 2019).
Bug Report
Summary
Unused local variable
$reflFieldValueinObjectHydratorat this line.@SenseException commented on GitHub (Sep 29, 2019):
Have you checked if tests fail when you remove this occurrence of
$reflFieldValue?@peter-gribanov commented on GitHub (Sep 30, 2019):
@SenseException removing this variable does not affect tests. See #7840