Skip to content

Commit 8bd31f0

Browse files
committed
typo
1 parent 224e316 commit 8bd31f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/Privatization/TypeManipulator/TypeNormalizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ private function avoidPrintedDocblockTrimming(UnionType $unionType): bool
223223

224224
private function resolveNameShortDocTypeNode(UnionType $unionType): TypeNode
225225
{
226-
// we have to converet name to short here, to make sure the not FQN, but short name is counted to the full length
226+
// we have to convert name to short here, to make sure the not FQN, but short name is counted to the full length
227227
$objectShortGeneralizedUnionType = TypeTraverser::map($unionType, function (
228228
Type $type,
229229
callable $traverseCallback

0 commit comments

Comments
 (0)