Skip to content

Commit fd91f43

Browse files
committed
Drop SlevomatCodingStandard.Functions.Disallow(ArrowFunction|NamedArguments)
1 parent 79b87c4 commit fd91f43

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

SNIFFS.txt

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
The SlimAPI standard contains 219 sniffs
2+
The SlimAPI standard contains 217 sniffs
33

44
Generic (48 sniffs)
55
-------------------
@@ -86,7 +86,7 @@ PSR2 (12 sniffs)
8686
PSR2.Namespaces.NamespaceDeclaration
8787
PSR2.Namespaces.UseDeclaration
8888

89-
SlevomatCodingStandard (105 sniffs)
89+
SlevomatCodingStandard (103 sniffs)
9090
-----------------------------------
9191
SlevomatCodingStandard.Arrays.AlphabeticallySortedByKeys
9292
SlevomatCodingStandard.Arrays.ArrayAccess
@@ -139,9 +139,7 @@ SlevomatCodingStandard (105 sniffs)
139139
SlevomatCodingStandard.Exceptions.DeadCatch
140140
SlevomatCodingStandard.Exceptions.ReferenceThrowableOnly
141141
SlevomatCodingStandard.Exceptions.RequireNonCapturingCatch
142-
SlevomatCodingStandard.Functions.DisallowArrowFunction
143142
SlevomatCodingStandard.Functions.DisallowEmptyFunction
144-
SlevomatCodingStandard.Functions.DisallowNamedArguments
145143
SlevomatCodingStandard.Functions.DisallowTrailingCommaInClosureUse
146144
SlevomatCodingStandard.Functions.DisallowTrailingCommaInDeclaration
147145
SlevomatCodingStandard.Functions.NamedArgumentSpacing

STANDARD.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2994,4 +2994,4 @@ When declaring strict types you should not put whitespace around the opening bra
29942994

29952995
## Multiple Empty Lines
29962996
Multiple consecutive newlines in a file are not allowed.
2997-
Documentation generated on Sun, 08 Dec 2024 13:36:56 +0100 by [PHP_CodeSniffer 3.11.1](https://github.com/PHPCSStandards/PHP_CodeSniffer)
2997+
Documentation generated on Tue, 17 Dec 2024 16:45:22 +0100 by [PHP_CodeSniffer 3.11.1](https://github.com/PHPCSStandards/PHP_CodeSniffer)

src/ruleset.xml

-2
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,7 @@
196196
<rule ref="SlevomatCodingStandard.Exceptions.ReferenceThrowableOnly"/>
197197
<rule ref="SlevomatCodingStandard.Exceptions.RequireNonCapturingCatch"/>
198198

199-
<rule ref="SlevomatCodingStandard.Functions.DisallowArrowFunction"/>
200199
<rule ref="SlevomatCodingStandard.Functions.DisallowEmptyFunction"/>
201-
<rule ref="SlevomatCodingStandard.Functions.DisallowNamedArguments"/>
202200
<rule ref="SlevomatCodingStandard.Functions.DisallowTrailingCommaInClosureUse"/>
203201
<rule ref="SlevomatCodingStandard.Functions.DisallowTrailingCommaInDeclaration">
204202
<properties>

0 commit comments

Comments
 (0)