Updated to Drupal 8.6.4, which is PHP 7.3 friendly. Also updated HTMLaw library....
[yaffs-website] / web / core / modules / color / color.services.yml
1 services:
2   color.config_cache_invalidator:
3     class: Drupal\color\EventSubscriber\ColorConfigCacheInvalidator
4     arguments: ['@cache_tags.invalidator']
5     tags:
6       - { name: event_subscriber }