wp-rest-blocks icon indicating copy to clipboard operation
wp-rest-blocks copied to clipboard

fix: pQuery deprecated in PHP 8.1

Open guyavatrade opened this issue 1 year ago • 0 comments

Deprecated: Return type of pQuery::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wp-content/plugins/wp-rest-blocks/vendor/tburry/pquery/pQuery.php on line 121

I created a fork for pQuery library and added the missing types. There is no logic change.

guyavatrade avatar Jul 07 '24 20:07 guyavatrade