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.
2 parents 847cb3e + 4778a8f commit ad765b9Copy full SHA for ad765b9
src/Pecee/Http/Input/InputItem.php
@@ -89,6 +89,7 @@ public function offsetExists($offset): bool
89
return isset($this->value[$offset]);
90
}
91
92
+ #[\ReturnTypeWillChange]
93
public function offsetGet($offset): ?self
94
{
95
if ($this->offsetExists($offset) === true) {
0 commit comments