PHPdoc and small fixes

This commit is contained in:
Julius Haertl
2016-10-28 00:48:00 +02:00
parent 1faa3481f8
commit 9bbe4b9137
19 changed files with 261 additions and 189 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ namespace OCA\Deck;
class NotFoundException extends \Exception {
public function __construct($message) {
public function __construct($message="") {
parent::__construct($message);
}
}