Completed
Push — master ( 96c48f...3a5e24 )
by Anthony
02:19
created
app/controller/Comment.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,10 +31,10 @@
 block discarded – undo
31 31
 		
32 32
 		//-------------------------- GETTER ----------------------------------------------------------------------------//
33 33
 		public function getRequiredConnection() {
34
-		    return $this->required_connection;
34
+			return $this->required_connection;
35 35
 		}
36 36
 		public function getCheckComment() {
37
-		    return $this->check_comment;
37
+			return $this->check_comment;
38 38
 		}
39 39
 		
40 40
 		/**
Please login to merge, or discard this patch.