Completed
Push — 4.0 ( 40f637...af9dea )
by Olivier
02:21
created
lib/Block/AvailableSites.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,6 +76,6 @@
 block discarded – undo
76 76
 please select another website to work with:</p>
77 77
 $form
78 78
 </div>
79
-EOT;
79
+eot;
80 80
 	}
81 81
 }
Please login to merge, or discard this patch.
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
@@ -175,7 +175,7 @@
 block discarded – undo
175 175
 		{
176 176
 			return <<<EOT
177 177
 <div class="alert alert-danger">Undefined user: {$uid}</div>
178
-EOT;
178
+eot;
179 179
 		}
180 180
 
181 181
 		return new FilterDecorator($record, $this->id, $this->is_filtering, $user ? $user->name : '');
Please login to merge, or discard this patch.