PHP_CodeSniffer

Review PHP with Hound

Scott avatar
Written by Scott
Updated over a week ago

Hound uses PHP_CodeSniffer to review PHP changes.

Please note that this linter is disabled by default. To enable PHP review, add the following to your .hound.yml.

phpcs:
  enabled: true
Did this answer your question?