Passed
Pull Request — develop-0.9 (#315)
by René
03:22
created
lib/Controller/ApiController.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -81,12 +81,12 @@
 block discarded – undo
81 81
 	}
82 82
 
83 83
   	/**
84
-	 * @NoAdminRequired
85
-	 * @NoCSRFRequired
86
-	 * @PublicPage
87
-	 * @param string $hash
88
-	 * @return DataResponse
89
-	*/
84
+  	 * @NoAdminRequired
85
+  	 * @NoCSRFRequired
86
+  	 * @PublicPage
87
+  	 * @param string $hash
88
+  	 * @return DataResponse
89
+  	 */
90 90
 	public function getPoll($hash) {
91 91
 		if (!\OC::$server->getUserSession()->getUser() instanceof IUser) {
92 92
 			return new DataResponse(null, Http::STATUS_UNAUTHORIZED);
Please login to merge, or discard this patch.