Remove newline between "throws" and "return"

This commit is contained in:
Ben Thomson 2020-04-05 01:06:47 +08:00
parent 903b5b01ea
commit cc1c1096b0
No known key found for this signature in database
GPG Key ID: E2B9C73B52D15AA0
1 changed files with 0 additions and 1 deletions

View File

@ -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.
*/