Skip to content

Commit 3c98ac2

Browse files
committed
Fix phpcs issues
1 parent 33df1cf commit 3c98ac2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Inpsyde/Sniffs/CodeQuality/NoAccessorsSniff.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ public function register()
5050
* phpcs:disable Inpsyde.CodeQuality.ArgumentTypeDeclaration
5151
* phpcs:disable Inpsyde.CodeQuality.ReturnTypeDeclaration
5252
* phpcs:disable Inpsyde.CodeQuality.FunctionLength
53+
* phpcs:disable Generic.Metrics.CyclomaticComplexity.TooHigh
5354
*/
5455
public function process(File $file, $position)
5556
{

Inpsyde/Sniffs/CodeQuality/ReturnTypeDeclarationSniff.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ public function process(File $file, $position)
116116
* @param File $file
117117
* @param int $position
118118
* @return void
119+
*
120+
* phpcs:disable Generic.Metrics.CyclomaticComplexity.TooHigh
119121
*/
120122
private function maybeErrors(
121123
bool $hasNonVoidReturnType,

0 commit comments

Comments
 (0)