Skip to content

Commit 789bbf0

Browse files
committed
Merge branch 'fix-builder-regression'
2 parents c06744d + 4cd45e2 commit 789bbf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Support/IntrospectorKeyTargets.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public function __construct(
136136
$this->CustomKeys = $customKeys;
137137

138138
if ($this->Parameters) {
139-
$this->LastParameterIndex = max(...array_values($parameters));
139+
$this->LastParameterIndex = max(array_values($parameters));
140140
}
141141
}
142142
}

0 commit comments

Comments
 (0)