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 93e205c commit 223d9d8Copy full SHA for 223d9d8
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