From c5b376bd21d7c686dea07ca5ae77f1ad17b938d6 Mon Sep 17 00:00:00 2001 From: Jonathan Labreuille Date: Wed, 3 Aug 2016 15:08:27 +0200 Subject: [PATCH] satisfy code sniffer rule --- lib/API/Error.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/API/Error.php b/lib/API/Error.php index c151f92364..9503015e77 100644 --- a/lib/API/Error.php +++ b/lib/API/Error.php @@ -7,5 +7,7 @@ final class Error { const UNKNOWN = 'unknown'; const BAD_REQUEST = 'bad_request'; - private function __construct() {} + private function __construct() { + + } } \ No newline at end of file