Skip to content

Releases: labrador-kennel/coding-standard

Exclude camelCase method requirement

24 Aug 03:28
4782858

Choose a tag to compare

  • Enums in the Labrador codebase use a PascalCase standard and was preventing code sniffers from passing successfully. This change ensures that method names can be any case for now.

Initial Release

10 Feb 18:20

Choose a tag to compare

  • Adds the ruleset for Labrador specific code styles
  • Adds a CLI command to run phpcs and phpcbf with specific Labrador standard ruleset