Skip to content

Conversation

@VincentLanglet
Copy link
Contributor

@@ -0,0 +1,25 @@
<?php declare(strict_types = 1);

function non_variadic(string $name, ?string $greeting = null): void {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add namespace Bug13719 to this file

@ondrejmirtes ondrejmirtes merged commit 7b001c8 into phpstan:2.1.x Oct 25, 2025
535 of 549 checks passed
@ondrejmirtes
Copy link
Member

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Named argument validation ignored on functions using func_get_args

2 participants