We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d1e74 commit 583f561Copy full SHA for 583f561
OptionsResolver.php
@@ -833,7 +833,7 @@ public function resolve(array $options = [])
833
* lazy options and/or normalizers
834
*/
835
#[\ReturnTypeWillChange]
836
- public function offsetGet($option/*, bool $triggerDeprecation = true*/)
+ public function offsetGet($option/* , bool $triggerDeprecation = true */)
837
{
838
if (!$this->locked) {
839
throw new AccessException('Array access is only supported within closures of lazy options and normalizers.');
0 commit comments