Passed
Pull Request — master (#783)
by René
04:06
created
lib/Model/Acl.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -119,9 +119,9 @@
 block discarded – undo
119 119
 	}
120 120
 
121 121
 	/**
122
-	* @NoAdminRequired
123
-	* @return string
124
-	*/
122
+	 * @NoAdminRequired
123
+	 * @return string
124
+	 */
125 125
 	public function getLoggedIn() {
126 126
 		return \OC::$server->getUserSession()->isLoggedIn();
127 127
 	}
Please login to merge, or discard this patch.