Skip to content

Commit e41e5a0

Browse files
committed
removed unneeded comments
1 parent 7b2fa8a commit e41e5a0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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)