Skip to content

Commit 7512c26

Browse files
committed
fix phpstan
1 parent 3de4e2b commit 7512c26

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

coder_sniffer/Drupal/Sniffs/CSS/ClassDefinitionNameSpacingSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function register()
5151
* @param int $stackPtr The position in the stack where
5252
* the token was found.
5353
*
54-
* @return void
54+
* @return int
5555
*/
5656
public function process(File $phpcsFile, $stackPtr)
5757
{

coder_sniffer/Drupal/Sniffs/CSS/ColourDefinitionSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function register()
5050
* @param int $stackPtr The position in the stack where
5151
* the token was found.
5252
*
53-
* @return void
53+
* @return int
5454
*/
5555
public function process(File $phpcsFile, $stackPtr)
5656
{

coder_sniffer/Drupal/Sniffs/Strings/UnnecessaryStringConcatSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function register()
4848
* @param int $stackPtr The position in the stack where
4949
* the token was found.
5050
*
51-
* @return void
51+
* @return int
5252
*/
5353
public function process(File $phpcsFile, $stackPtr)
5454
{

0 commit comments

Comments
 (0)