- 🇨🇦Canada rbrownell Ottawa, Ontario, Canada
There is a minor issue with the automatically generated patch where some errors were being thrown that indicate an improper implementation of the normalize function in the BlockNormalizer class.
PHP Fatal error: Declaration of Drupal\rest_block_data\Normalizer\BlockNormalizer::normalize($object, $format = null, array $context = []) must be compatible with Drupal\serialization\Normalizer\ConfigEntityNormalizer::normalize($object, $format = null, array $context = []): ArrayObject|array|string|int|float|bool|null in /app/docroot/modules/contrib/rest_block_data/src/Normalizer/BlockNormalizer.php on line 22
I have attached an updated patch which addresses this.
- 🇨🇦Canada rbrownell Ottawa, Ontario, Canada
Renaming patch to better reflect this issue.