Using php 8.4 I'm getting the following error message
Deprecated: Drupal\geofield_map\GeofieldMapFieldTrait::getGeoJsonData(): Implicitly marking parameter $tooltip as nullable is deprecated, the explicit nullable type must be used instead in /app/web/modules/contrib/geofield_map/src/GeofieldMapFieldTrait.php on line 343
Issue fork geofield_map-3501188
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #5
itamair commentedthanks @danharper .. nice catch,
as I missed these last adjustments to get rid of PHP 8.4 warnings ...
Merging and Committing into a new 11.0.5 release.