We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 224e316 commit 8bd31f0Copy full SHA for 8bd31f0
rules/Privatization/TypeManipulator/TypeNormalizer.php
@@ -223,7 +223,7 @@ private function avoidPrintedDocblockTrimming(UnionType $unionType): bool
223
224
private function resolveNameShortDocTypeNode(UnionType $unionType): TypeNode
225
{
226
- // we have to converet name to short here, to make sure the not FQN, but short name is counted to the full length
+ // we have to convert name to short here, to make sure the not FQN, but short name is counted to the full length
227
$objectShortGeneralizedUnionType = TypeTraverser::map($unionType, function (
228
Type $type,
229
callable $traverseCallback
0 commit comments