Completed
Push — master ( 6b08e1...d93cfa )
by Anthony
02:47
created
app/controller/Comment.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -37,10 +37,10 @@
 block discarded – undo
37 37
 		
38 38
 		//-------------------------- GETTER ----------------------------------------------------------------------------//
39 39
 		public function getRequiredConnection() {
40
-		    return $this->required_connection;
40
+			return $this->required_connection;
41 41
 		}
42 42
 		public function getCheckComment() {
43
-		    return $this->check_comment;
43
+			return $this->check_comment;
44 44
 		}
45 45
 		
46 46
 		private function getSuccessMessagePublish() {
Please login to merge, or discard this patch.