mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-07-11 08:22:19 +00:00
@@ -89,6 +89,7 @@ class InputItem implements ArrayAccess, IInputItem, IteratorAggregate
|
|||||||
return isset($this->value[$offset]);
|
return isset($this->value[$offset]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[\ReturnTypeWillChange]
|
||||||
public function offsetGet($offset): ?self
|
public function offsetGet($offset): ?self
|
||||||
{
|
{
|
||||||
if ($this->offsetExists($offset) === true) {
|
if ($this->offsetExists($offset) === true) {
|
||||||
|
|||||||
Reference in New Issue
Block a user