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 5e3f654 commit b010e8dCopy full SHA for b010e8d
src/Node/Name.php
@@ -105,10 +105,6 @@ public function isBuiltin(): bool
105
return $this->isSimple() && $first->isBuiltin();
106
}
107
108
- /**
109
- * @param int<0, max> $offset
110
- * @param int<0, max>|null $length
111
- */
112
public function slice(int $offset = 0, int $length = null): self
113
{
114
return new static(\array_slice($this->parts, $offset, $length));
0 commit comments