Skip to content

Commit f446738

Browse files
committed
Remove debugging.
1 parent 7f96c62 commit f446738

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

PhpCollective/Sniffs/Commenting/DisallowShorthandNullableTypeHintSniff.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,6 @@ protected function traversePhpDocNode(PhpDocTagValueNode $phpDocNode): void
162162
) {
163163
$phpDocNode->type = $this->transformNullableType($phpDocNode->type);
164164
}
165-
166-
echo PHP_EOL . PHP_EOL;
167165
}
168166

169167
/**

0 commit comments

Comments
 (0)