Skip to content

[Insight] PHP code should follow PSR-1 basic coding standard - in src/…/Behat/CarManagementContext.php, line 142 #39

Description

@event15

in src/Madkom/RegistryApplication/Domain/CarManagement/Behat/CarManagementContext.php, line 142

Method names should be declared in camelCase. You should rename this method to comply with PSR-1.

    /**
     * @Then chciałbym w samochodzie :carId dodać informację o przeglądzie z numerem :inspectionId, w którym data ostatniego to :lastInspection, a data następnego to :upcomingInspection
     *
     * @throws \Madkom\RegistryApplication\Domain\CarManagement\CarExceptions\InvalidDatesException
     */
    public function chcialbymWSamochodzieDodacInformacjeOPrzegladzieZNumeremWKtorymDataOstatniegoToADataNastępnegoTo(
        $carId,
        $inspectionId,
        $lastInspection,
        $upcomingInspection
    ) {

Posted from SensioLabsInsight

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