removed unneeded comments

This commit is contained in:
Fabien Potencier 2018-10-10 04:12:11 -07:00
parent d3fac8600c
commit c01359e00e

View File

@ -818,7 +818,6 @@ class OptionsResolver implements Options
}
// The following section must be protected from cyclic calls.
// BEGIN
$this->calling[$option] = true;
try {
$resolver = new self();
@ -829,7 +828,6 @@ class OptionsResolver implements Options
} finally {
unset($this->calling[$option]);
}
// END
}
// Resolve the option if the default value is lazily evaluated