Skip to content
Snippets Groups Projects

fix: remove wrapping operations in brackets

Merged Krzysztof Dyszczyk requested to merge fix/brackets-operator into master
3 files
+ 5
4
Compare changes
  • Side-by-side
  • Inline

Files

+ 0
3
@@ -99,9 +99,6 @@
@@ -99,9 +99,6 @@
<!-- Error prevention: Make sure the condition in a inline if declaration is bracketed. -->
<!-- Error prevention: Make sure the condition in a inline if declaration is bracketed. -->
<rule ref="Squiz.ControlStructures.InlineIfDeclaration"/>
<rule ref="Squiz.ControlStructures.InlineIfDeclaration"/>
<!-- Error prevention: Make sure arithmetics are bracketed. -->
<rule ref="Squiz.Formatting.OperatorBracket.MissingBrackets"/>
<!-- CS: no blank line between the content of a function and a function close brace.-->
<!-- CS: no blank line between the content of a function and a function close brace.-->
<rule ref="PSR2.Methods.FunctionClosingBrace"/>
<rule ref="PSR2.Methods.FunctionClosingBrace"/>
Loading