<?xml version="1.0"?>
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="PHP_CodeSniffer">
  <description>The coding standard for posthog-php project.</description>

  <file>lib</file>
  <file>test</file>

  <rule  ref="PSR12"/>
</ruleset>