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 fbedc08 commit fc51df8Copy full SHA for fc51df8
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