Passed
Pull Request — master (#774)
by Julius
02:13
created
lib/Db/RelationalEntity.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -85,6 +85,10 @@
 block discarded – undo
85 85
 		return $json;
86 86
 	}
87 87
 
88
+	/**
89
+	 * @param string $property
90
+	 * @param string $type
91
+	 */
88 92
 	public function setFieldFormat($property, $type) {
89 93
 		$this->_formatFields[$property] = $type;
90 94
 	}
Please login to merge, or discard this patch.
lib/Controller/BoardApiController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -26,10 +26,8 @@
 block discarded – undo
26 26
 
27 27
 use OCA\Deck\StatusException;
28 28
 use OCP\AppFramework\ApiController;
29
-use OCP\AppFramework\Http;
30 29
 use OCP\AppFramework\Http\DataResponse;
31 30
 use OCP\IRequest;
32
-
33 31
 use OCA\Deck\Service\BoardService;
34 32
 use Sabre\HTTP\Util;
35 33
 
Please login to merge, or discard this patch.