Skip to content

Commit

Permalink
* fix naming (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Engerim committed Apr 23, 2019
1 parent b4d981f commit 29a00f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions FlaconiCodingStandard/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
<rule ref="Symfony.Functions.Arguments" />
<rule ref="Symfony.Functions.ScopeOrder" />
<rule ref="Symfony.Scope.MethodScope" />
<rule ref="Symfony.WhiteSpace.AssignmentSpacing" />
<rule ref="Symfony.WhiteSpace.BinaryOperatorSpacing" />
<rule ref="Symfony.WhiteSpace.CommaSpacing" />
<rule ref="Symfony.WhiteSpace.DiscourageFitzinator" />
<rule ref="Symfony.Whitespace.AssignmentSpacing" />
<rule ref="Symfony.Whitespace.BinaryOperatorSpacing" />
<rule ref="Symfony.Whitespace.CommaSpacing" />
<rule ref="Symfony.Whitespace.DiscourageFitzinator" />

<rule ref="SlevomatCodingStandard.Arrays.DisallowImplicitArrayCreation" />
<rule ref="SlevomatCodingStandard.Classes.UselessLateStaticBinding" />
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"require": {
"php": "^7.3",
"escapestudios/symfony2-coding-standard": "^3.4",
"escapestudios/symfony2-coding-standard": "^3.6",
"squizlabs/php_codesniffer": "^3.3",
"slevomat/coding-standard": "^5.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
Expand Down

0 comments on commit 29a00f7

Please sign in to comment.