Skip to content

Parameter order incorrect in php #65

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

Activity

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

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