Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parameter order incorrect in php #65

Open
KirosML opened this issue Oct 18, 2024 · 0 comments
Open

Parameter order incorrect in php #65

KirosML opened this issue Oct 18, 2024 · 0 comments

Comments

@KirosML
Copy link

KirosML commented Oct 18, 2024

When phpdoc doesn't match actual order of params or misses params, inline parameters are incorrect:

/**
 * @param Countable|iterable $haystack
 */
public function assertCount(int $expectedCount, $haystack, string $message = "")

Shows up as:

$I->assertCount(haystack: 1, expectedCount: $array);

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

No branches or pull requests

1 participant