Passed
Push — master ( cbfe11...bfcee2 )
by Jean-Christophe
03:44
created
Ajax/common/BaseGui.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -93,8 +93,8 @@
 block discarded – undo
93 93
 	public function getHtmlComponent($identifier){
94 94
 		return $this->htmlComponents[$identifier]??'';
95 95
 	}
96
-    public function clearComponents(){
97
-        $this->components=[];
98
-        $this->htmlComponents=[];
99
-    }
96
+	public function clearComponents(){
97
+		$this->components=[];
98
+		$this->htmlComponents=[];
99
+	}
100 100
 }
Please login to merge, or discard this patch.