
indentation_type
¶Code MUST use configured indentation type.
--- Original
+++ New
@@ -1,5 +1,5 @@
<?php
if (true) {
- echo 'Hello!';
+ echo 'Hello!';
}
The rule is part of the following rule sets:
Using the @PSR12 rule set will enable the indentation_type
rule.
Using the @PSR2 rule set will enable the indentation_type
rule.
Using the @PhpCsFixer rule set will enable the indentation_type
rule.
Using the @Symfony rule set will enable the indentation_type
rule.