Fork me on GitHub
a Sensio Labs Product

I ate three cookies πŸͺ (v3.40.2) edition

Rule indentation_typeΒΆ

Code MUST use configured indentation type.

ExamplesΒΆ

Example #1ΒΆ

--- Original
+++ New
 <?php

 if (true) {
-<TAB>echo 'Hello!';
+    echo 'Hello!';
 }

Rule setsΒΆ

The rule is part of the following rule sets:

Source classΒΆ

PhpCsFixer\Fixer\Whitespace\IndentationTypeFixer