Skip to content

Parameter order incorrect in php #65

@KirosML

Description

@KirosML

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions