ian-ozzie/phpcs

My Coding Standard for PHP_CodeSniffer.

Maintainers

Package info

github.com/ian-ozzie/php-phpcs-ruleset

Language:Nix

Type:phpcodesniffer-standard

pkg:composer/ian-ozzie/phpcs

Statistics

Installs: 40

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-03-18 22:42 UTC

This package is auto-updated.

Last update: 2026-04-18 22:54:07 UTC


README

This is an assortment of rules that was initially meant to break old habits and modernise my code

Usage

My projects use this in a phpcs.xml file in the repository

<?xml version="1.0"?>
<ruleset name="Custom">
  <rule ref="OzzieCodingStandard" />
</ruleset>