Skip to content

Commit fc51df8

Browse files
committed
Update HasOffsetType.php
1 parent fbedc08 commit fc51df8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Type/Accessory/HasOffsetType.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,7 @@ public function __construct(private ConstantStringType|ConstantIntegerType $offs
5252
{
5353
}
5454

55-
/**
56-
* @return ConstantStringType|ConstantIntegerType
57-
*/
58-
public function getOffsetType(): Type
55+
public function getOffsetType(): ConstantStringType|ConstantIntegerType
5956
{
6057
return $this->offsetType;
6158
}

0 commit comments

Comments
 (0)