Remove dynamic property creation from controllers.

Prevents this errors like this one from appearing on newer versions of PHP: Deprecated: Creation of dynamic property Drupal\redhen_connection\Controller\RedhenConnections::storage is deprecated in /code/web/modules/contrib/redhen/modules/redhen_connection/src/Controller/RedhenConnections.php on line 26 Deprecated: Creation of dynamic property Drupal\redhen_connection\Controller\RedhenConnections::typeStorage is deprecated in /code/web/modules/contrib/redhen/modules/redhen_connection/src/Controller/RedhenConnections.php on line 27

Merge request reports

Loading