Skip to content

Commit 3341c88

Browse files
committed
CS fix
1 parent 23a8a44 commit 3341c88

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Inpsyde/Sniffs/CodeQuality/ReturnTypeDeclarationSniff.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@ private function maybeErrors(
114114
);
115115
}
116116

117-
if (PhpcsHelpers::isHookClosure($file, $position) || PhpcsHelpers::isHookFunction($file, $position)) {
117+
if (PhpcsHelpers::isHookClosure($file, $position)
118+
|| PhpcsHelpers::isHookFunction($file, $position)
119+
) {
118120
return;
119121
}
120122

0 commit comments

Comments
 (0)