From 56b2864ef50db42880ee6d71103571cc977abc21 Mon Sep 17 00:00:00 2001 From: Alwin Drenth Date: Fri, 28 Feb 2020 10:52:01 +0100 Subject: [PATCH] Change PluginBase::boot return type to void (PhpDocBlock) (#4957) --- modules/system/classes/PluginBase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/classes/PluginBase.php b/modules/system/classes/PluginBase.php index d1aa353d9..a2ba1bd1a 100644 --- a/modules/system/classes/PluginBase.php +++ b/modules/system/classes/PluginBase.php @@ -71,7 +71,7 @@ class PluginBase extends ServiceProviderBase /** * Boot method, called right before the request route. * - * @return array + * @return void */ public function boot() {