summaryrefslogtreecommitdiffstats
path: root/lib/hintexception.php
diff options
context:
space:
mode:
authorMichael Gapczynski <mtgap@owncloud.com>2013-06-03 18:05:38 -0400
committerMichael Gapczynski <mtgap@owncloud.com>2013-06-03 18:05:38 -0400
commitd50d663928a924a359b504c20406550758da7c2d (patch)
tree13cd90ddba7e2235e7a3e22e107cd1d05b16d6bc /lib/hintexception.php
parent195f6143a3e5654418f28b5640df279fc81c8127 (diff)
downloadnextcloud-server-d50d663928a924a359b504c20406550758da7c2d.tar.gz
nextcloud-server-d50d663928a924a359b504c20406550758da7c2d.zip
Style and comment fixes
Diffstat (limited to 'lib/hintexception.php')
-rw-r--r--lib/hintexception.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/hintexception.php b/lib/hintexception.php
index 8c64258435b..c8bff750033 100644
--- a/lib/hintexception.php
+++ b/lib/hintexception.php
@@ -8,8 +8,8 @@
namespace OC;
-class HintException extends \Exception
-{
+class HintException extends \Exception {
+
private $hint;
public function __construct($message, $hint, $code = 0, Exception $previous = null) {