Closed paultcochrane closed 9 years ago
The variable $lookup is only used within the loop and thus its declaration can be scoped to the loop rather than to the enclosing if block.
$lookup
if
The variable
$lookup
is only used within the loop and thus its declaration can be scoped to the loop rather than to the enclosingif
block.