Passed
Pull Request — master (#1483)
by Julius
03:07
created
lib/Controller/StackController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
 	 * @return array
89 89
 	 */
90 90
 	public function reorder($stackId, $order) {
91
-		return $this->stackService->reorder((int)$stackId, (int)$order);
91
+		return $this->stackService->reorder((int) $stackId, (int) $order);
92 92
 	}
93 93
 
94 94
 	/**
Please login to merge, or discard this patch.
lib/Collaboration/Resources/ResourceProviderCard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -151,7 +151,7 @@
 block discarded – undo
151 151
 		} catch (QueryException $e) {
152 152
 		}
153 153
 		if ($cardId !== null) {
154
-			$resource = $resourceManager->getResourceForUser(self::RESOURCE_TYPE, (string)$cardId, null);
154
+			$resource = $resourceManager->getResourceForUser(self::RESOURCE_TYPE, (string) $cardId, null);
155 155
 			$resourceManager->invalidateAccessCacheForResource($resource);
156 156
 		} else {
157 157
 			$resourceManager->invalidateAccessCacheForProvider($this);
Please login to merge, or discard this patch.