Skip to content

Commit 583f561

Browse files
committed
Fix CS
1 parent 41d1e74 commit 583f561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OptionsResolver.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ public function resolve(array $options = [])
833833
* lazy options and/or normalizers
834834
*/
835835
#[\ReturnTypeWillChange]
836-
public function offsetGet($option/*, bool $triggerDeprecation = true*/)
836+
public function offsetGet($option/* , bool $triggerDeprecation = true */)
837837
{
838838
if (!$this->locked) {
839839
throw new AccessException('Array access is only supported within closures of lazy options and normalizers.');

0 commit comments

Comments
 (0)