Skip to content

Commit a7ca65d

Browse files
fixed docblocks
1 parent 61ed66d commit a7ca65d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

custom-standards/Flyeralarm/Sniffs/File/ExceptionMessageSniff.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ public function register()
1818
/**
1919
* @param File $phpcsFile
2020
* @param int $stackPtr
21-
* @return void
21+
* @return int|void
22+
* @throws \PHP_CodeSniffer\Exceptions\RuntimeException
2223
*/
2324
public function process(File $phpcsFile, $stackPtr)
2425
{

custom-standards/Flyeralarm/Sniffs/File/NoClassKindSuffixSniff.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ public function register()
1818
/**
1919
* @param File $phpcsFile
2020
* @param int $stackPtr
21-
* @return void
21+
* @return int|void
22+
* @throws \PHP_CodeSniffer\Exceptions\RuntimeException
2223
*/
2324
public function process(File $phpcsFile, $stackPtr)
2425
{

0 commit comments

Comments
 (0)