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 00f9ccc commit dc9f843Copy full SHA for dc9f843
src/Type/Accessory/HasOffsetType.php
@@ -52,10 +52,7 @@ public function __construct(private ConstantStringType|ConstantIntegerType $offs
52
{
53
}
54
55
- /**
56
- * @return ConstantStringType|ConstantIntegerType
57
- */
58
- public function getOffsetType(): Type
+ public function getOffsetType(): ConstantStringType|ConstantIntegerType
59
60
return $this->offsetType;
61
0 commit comments