8000 removed unneeded comments · symfony/symfony@c01359e · GitHub
[go: up one dir, main page]

Skip to content

Commit c01359e

Browse files
committed
removed unneeded comments
1 parent d3fac86 commit c01359e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/OptionsResolver/OptionsResolver.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,6 @@ public function offsetGet($option)
818818
}
819819

820820
// The following section must be protected from cyclic calls.
821-
// BEGIN
822821
$this->calling[$option] = true;
823822
try {
824823
$resolver = new self();
@@ -829,7 +828,6 @@ public function offsetGet($option)
829828
} finally {
830829
unset($this->calling[$option]);
831830
}
832-
// END
833831
}
834832

835833
// Resolve the option if the default value is lazily evaluated

0 commit comments

Comments
 (0)
0