Completed
Pull Request — master (#79)
by Maxence
03:40
created
lib/Db/CircleProviderRequestBuilder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@
 block discarded – undo
108 108
 	 * limit the request to the children of a share
109 109
 	 *
110 110
 	 * @param IQueryBuilder $qb
111
-	 * @param $userId
111
+	 * @param string $userId
112 112
 	 * @param int $parentId
113 113
 	 */
114 114
 	protected function limitToShareChildren(& $qb, $userId, $parentId = -1) {
Please login to merge, or discard this patch.
lib/ShareByCircleProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -552,7 +552,7 @@
 block discarded – undo
552 552
 	 * @param IShare $share
553 553
 	 * @param $data
554 554
 	 */
555
-	private function assignShareObjectSharesProperties(IShare &$share, $data) {
555
+	private function assignShareObjectSharesProperties(IShare & $share, $data) {
556 556
 		$shareTime = new \DateTime();
557 557
 		$shareTime->setTimestamp((int)$data['stime']);
558 558
 
Please login to merge, or discard this patch.