Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jul 17, 2020
1 parent db07c9e commit c164166
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public function dataRequiredParameterAfterOptional(): array
return [
[
70400,
PHP_VERSION_ID < 80000 ? [] : [
PHP_VERSION_ID < 80000 || self::$useStaticReflectionProvider ? [] : [
[
'Required parameter $bar follows optional parameter $foo',
8,
Expand Down

0 comments on commit c164166

Please sign in to comment.