diff --git a/src/Backend/BackendPluginBase.php b/src/Backend/BackendPluginBase.php
index ca678f9a..be768c9e 100644
--- a/src/Backend/BackendPluginBase.php
+++ b/src/Backend/BackendPluginBase.php
@@ -349,7 +349,7 @@ abstract class BackendPluginBase extends ConfigurablePluginBase implements Backe
    *
    * Reloads the server entity.
    */
-  public function __wakeup(): void {
+  public function __wakeup() {
     parent::__wakeup();
 
     if ($this->serverId) {
