From 5b94705cf3918dc7986c6043b1fbe776bf22958f Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Tue, 27 Mar 2018 15:35:06 +0200 Subject: Core: Fix compatibility with nextcloud codestyle (#280) --- lib/Config/DependencyException.php | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'lib/Config/DependencyException.php') diff --git a/lib/Config/DependencyException.php b/lib/Config/DependencyException.php index eb175d209..4a6a168e3 100644 --- a/lib/Config/DependencyException.php +++ b/lib/Config/DependencyException.php @@ -5,22 +5,25 @@ * This file is licensed under the Affero General Public License version 3 or * later. See the COPYING file. * - * @author Alessandro Cosentino - * @author Bernhard Posselt - * @copyright Alessandro Cosentino 2012 - * @copyright Bernhard Posselt 2012, 2014 + * @author Alessandro Cosentino + * @author Bernhard Posselt + * @copyright 2012 Alessandro Cosentino + * @copyright 2012-2014 Bernhard Posselt */ namespace OCA\News\Config; -class DependencyException extends \Exception { +class DependencyException extends \Exception +{ /** * Constructor + * * @param string $msg the error message */ - public function __construct($msg){ + public function __construct($msg) + { parent::__construct($msg); } -- cgit v1.2.3