Issue #3586539: Replace non-canonical (boolean) casts with (bool) for PHP 8.5

See drupal.org issue #3586539.

PHP 8.5 deprecates the non-canonical (boolean) cast. Replaces it with (bool) at two locations:

  • src/SensorPlugin/SensorPluginBase.php:113
  • src/Entity/SensorConfig.php:325

Merge request reports

Loading