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 2b4ae2b commit 4778a8fCopy full SHA for 4778a8f
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