Skip to content

This plugin provides doctrine/coding-standard integration for phpcq.

Notifications You must be signed in to change notification settings

phpcq/plugin-doctrine-coding-standard

Repository files navigation

Doctrine coding standard plugin for phpcq

This plugin integrates the Doctrine coding standard into phpcq.

Configuration

Extend your .phpcq.yaml.dist configuration by adding the plugin and configuring the task:

phpcq:
  plugins:
    doctrine-coding-standard:
      version: ^1.0
      signed: false

tasks:
  phpcs:
    uses:
      doctrine-coding-standard:
        # Optional define how standard option of phpcs configuration should be handled
        # Valid options are override, extend or ignore. It defaults to override
        phpcs_standard: extend

About

This plugin provides doctrine/coding-standard integration for phpcq.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  
  •  

Packages

No packages published

Languages