From cc1c1096b0d72e16ac0d21b5f36e9754eb6e0bb5 Mon Sep 17 00:00:00 2001 From: Ben Thomson Date: Sun, 5 Apr 2020 01:06:47 +0800 Subject: [PATCH] Remove newline between "throws" and "return" --- modules/cms/classes/Controller.php | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/cms/classes/Controller.php b/modules/cms/classes/Controller.php index 30ad84c36..381aab2bf 100644 --- a/modules/cms/classes/Controller.php +++ b/modules/cms/classes/Controller.php @@ -1411,7 +1411,6 @@ class Controller * @param bool $addToLayout Add to layout, instead of page * * @return ComponentBase|null Component object. Will return `null` if a soft component is used but not found. - * * @throws CmsException if the (hard) component is not found. * @throws SystemException if the (hard) component class is not found or is not registered. */