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 1e9fa9c + e34fe47 commit d5bf77cCopy full SHA for d5bf77c
src/Pecee/Http/Input/InputItem.php
@@ -81,7 +81,7 @@ public function offsetExists($offset): bool
81
return isset($this->value[$offset]);
82
}
83
84
- public function offsetGet($offset)
+ public function offsetGet($offset): ?self
85
{
86
if ($this->offsetExists($offset) === true) {
87
return $this->value[$offset];
0 commit comments