File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ class NoInlineFullyQualifiedClassNameSniff extends AbstractSniff {
4545 /**
4646 * @var \PHP_CodeSniffer\Files\File|null
4747 */
48- protected ?\ PHP_CodeSniffer \ Files \ File $ sentinelFile = null ;
48+ protected ?File $ sentinelFile = null ;
4949
5050 /**
5151 * @inheritDoc
Original file line number Diff line number Diff line change 102102 </properties >
103103 </rule >
104104
105- <rule ref =" SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly.ReferenceViaFullyQualifiedName" >
106- <severity >0</severity >
107- </rule >
108-
109105 <rule ref =" SlevomatCodingStandard.Exceptions.DeadCatch" />
110106
111107 <rule ref =" SlevomatCodingStandard.Commenting.EmptyComment" />
142138 <rule ref =" PhpCollective.Commenting.DocBlockReturnNull" />
143139 <rule ref =" PhpCollective.Commenting.DocBlockParamAllowDefaultValue" />
144140 <rule ref =" PhpCollective.Commenting.InlineDocBlock" />
145- <rule ref =" PhpCollective.Commenting.Attributes " />
141+ <rule ref =" PhpCollective.Commenting.DocBlockParamTypeMismatch " />
146142 <rule ref =" PhpCollective.Commenting.FullyQualifiedClassNameInDocBlock" />
147143
148144 <rule ref =" PhpCollective.ControlStructures.NoInlineAssignment" />
Original file line number Diff line number Diff line change 1313 ],
1414 "require" : {
1515 "php" : " >=8.1" ,
16- "php-collective/code-sniffer" : " ^0.4.2 " ,
16+ "php-collective/code-sniffer" : " ^0.5.0 " ,
1717 "squizlabs/php_codesniffer" : " ^4.0.0"
1818 },
1919 "require-dev" : {
You can’t perform that action at this time.
0 commit comments