Severity: 8192
Message: Return type of Gas\Data::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Filename: classes/data.php
Line Number: 77
Severity: 8192
Message: Return type of Gas\Data::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Filename: classes/data.php
Line Number: 87
Severity: 8192
Message: Return type of Gas\Data::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Filename: classes/data.php
Line Number: 97
Severity: 8192
Message: Return type of Gas\Data::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Filename: classes/data.php
Line Number: 114
Severity: 8192
Message: Return type of Gas\Data::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Filename: classes/data.php
Line Number: 134
Severity: 8192
Message: Return type of Gas\Data::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Filename: classes/data.php
Line Number: 154
Severity: 8192
Message: Return type of Gas\Data::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Filename: classes/data.php
Line Number: 144
Severity: 8192
Message: Return type of Gas\Data::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Filename: classes/data.php
Line Number: 178
Severity: 8192
Message: Return type of Gas\Data::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Filename: classes/data.php
Line Number: 124
Severity: 8192
Message: Return type of Gas\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Filename: classes/data.php
Line Number: 188