Skip to content

Instantly share code, notes, and snippets.

@klnjmm
Last active April 3, 2020 21:36
Show Gist options
  • Save klnjmm/b5e50af151bb96650fdf01e357fef044 to your computer and use it in GitHub Desktop.
Save klnjmm/b5e50af151bb96650fdf01e357fef044 to your computer and use it in GitHub Desktop.
PHP CodeSniffer Indentation Rule
<rule ref="Generic.Metrics.NestingLevel">
<properties>
<property name="nestingLevel" value="2" />
<property name="absoluteNestingLevel" value="3" />
</properties>
</rule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment