Completed
Push — random_fixes ( 92dce3...36d3a3 )
by Branko
01:27
created
lib/Controller/FaceController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -82,6 +82,9 @@
 block discarded – undo
82 82
 		return $this->getFaceThumb ($fileId, $face);
83 83
 	}
84 84
 
85
+	/**
86
+	 * @param \OCP\AppFramework\Db\Entity $face
87
+	 */
85 88
 	private function getFaceThumb ($fileId, $face) {
86 89
 		$userFolder = $this->rootFolder->getUserFolder($this->userId);
87 90
 		$nodes = $userFolder->getById($fileId);
Please login to merge, or discard this patch.