Completed
Pull Request — master (#49)
by Matias
01:27
created
lib/Db/FaceNewMapper.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -22,6 +22,9 @@  discard block
 block discarded – undo
22 22
 		return $faces;
23 23
 	}
24 24
 
25
+	/**
26
+	 * @param integer $model
27
+	 */
25 28
 	public function countFaces(string $userId, $model): int {
26 29
 		$qb = $this->db->getQueryBuilder();
27 30
 		$query = $qb
@@ -39,6 +42,9 @@  discard block
 block discarded – undo
39 42
 		return (int)$data[0];
40 43
 	}
41 44
 
45
+	/**
46
+	 * @param integer $model
47
+	 */
42 48
 	public function getFaces(string $userId, $model): array {
43 49
 		$qb = $this->db->getQueryBuilder();
44 50
 		$query = $qb
Please login to merge, or discard this patch.