Skip to content

Commit d87a019

Browse files
Bump the development-dependencies group with 2 updates (#17)
* Bump the development-dependencies group with 2 updates Bumps the development-dependencies group with 2 updates: [phpstan/phpstan](https://github.com/phpstan/phpstan) and [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer). Updates `phpstan/phpstan` from 1.11.6 to 1.11.8 - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/1.12.x/CHANGELOG.md) - [Commits](phpstan/phpstan@1.11.6...1.11.8) Updates `squizlabs/php_codesniffer` from 3.10.1 to 3.10.2 - [Release notes](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases) - [Changelog](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/CHANGELOG.md) - [Commits](PHPCSStandards/PHP_CodeSniffer@3.10.1...3.10.2) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: squizlabs/php_codesniffer dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> * Update PHPCS rules --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexandre Alapetite <[email protected]>
1 parent ef1d6b6 commit d87a019

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

composer.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpcs.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<arg name="extensions" value="php"/>
44
<arg name="tab-width" value="4"/>
55
<exclude-pattern>./vendor/</exclude-pattern>
6-
<rule ref="PSR2">
6+
<rule ref="PSR12">
77
<exclude name="Generic.WhiteSpace.DisallowTabIndent.NonIndentTabsUsed"/>
88
<exclude name="Generic.WhiteSpace.DisallowTabIndent.TabsUsed"/>
9+
<exclude name="Generic.WhiteSpace.DisallowTabIndent.TabsUsedHeredocCloser"/>
910
<exclude name="PSR2.Methods.MethodDeclaration.Underscore"/>
1011
</rule>
11-
<rule ref="PSR12"/>
1212
<rule ref="Generic.Classes.DuplicateClassName"/>
1313
<rule ref="Generic.CodeAnalysis.EmptyStatement"/>
1414
<rule ref="Generic.CodeAnalysis.UnconditionalIfStatement"/>

0 commit comments

Comments
 (0)