Completed
Push — 3.0 ( d7662c...da70c8 )
by Olivier
02:40
created
lib/LoginComboElement.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,6 +45,6 @@
 block discarded – undo
45 45
 		return parent::render_inner_html() . <<<EOT
46 46
 {$this->elements['login']}
47 47
 {$this->elements['password']}
48
-EOT;
48
+eot;
49 49
 	}
50 50
 }
Please login to merge, or discard this patch.
lib/Operation/LoginOperation.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -146,7 +146,7 @@
 block discarded – undo
146 146
 attack attempt on the website. If you think this is the case, please contact its admin.
147 147
 
148 148
 The remote address of the request was: $request->ip.
149
-EOT
149
+eot
150 150
 				]);
151 151
 
152 152
 				unset($errors[User::PASSWORD]);
Please login to merge, or discard this patch.
lib/Block/ManageBlock/UserColumn.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,6 +45,6 @@
 block discarded – undo
45 45
 		return parent::render_inner_html() . <<<EOT
46 46
 {$this->elements['login']}
47 47
 {$this->elements['password']}
48
-EOT;
48
+eot;
49 49
 	}
50 50
 }
Please login to merge, or discard this patch.
lib/Block/AvailableSites.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,6 +45,6 @@
 block discarded – undo
45 45
 		return parent::render_inner_html() . <<<EOT
46 46
 {$this->elements['login']}
47 47
 {$this->elements['password']}
48
-EOT;
48
+eot;
49 49
 	}
50 50
 }
Please login to merge, or discard this patch.