Deprecated: Return type of Stringy\Stringy::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 in /.../vendor/danielstjules/stringy/src/Stringy.php on line 893
The solution could be very similar to this: https://github.com/cebe/php-openapi/pull/143/files
Return type of Stringy\Stringy::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice.
Deprecated: Return type of
Stringy\Stringy::offsetSet($offset, $value)should either be compatible withArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the#[\ReturnTypeWillChange]attribute should be used to temporarily suppress the notice in /.../vendor/danielstjules/stringy/src/Stringy.php on line 893The solution could be very similar to this: https://github.com/cebe/php-openapi/pull/143/files
Return type of
Stringy\Stringy::count()should either be compatible withCountable::count(): int, or the#[\ReturnTypeWillChange]attribute should be used to temporarily suppress the notice.