Skip to content

Commit 33585e0

Browse files
committed
Correct return type
1 parent f246e36 commit 33585e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Magento2/Sniffs/Html/HtmlSelfClosingTagsSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function register()
5555
*
5656
* @param File $phpcsFile
5757
* @param int $stackPtr
58-
* @return int|void
58+
* @return void
5959
*/
6060
public function process(File $phpcsFile, $stackPtr)
6161
{

0 commit comments

Comments
 (0)