Passed
Push — oauth-migration-tweaks ( 30d8c1...fb3afb )
by Simon
17:22 queued 13:26
created
includes/DataObjects/WelcomeTemplate.php 1 patch
Braces   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -182,13 +182,15 @@
 block discarded – undo
182 182
         return ((int)$this->deleted) === 1;
183 183
     }
184 184
 
185
-    public function getSectionHeader() {
185
+    public function getSectionHeader()
186
+    {
186 187
         // Hard-coded for future update ability to change this per-template. This has beem moved from being hard-coded
187 188
         // directly in the welcome task, and safely permits us to show the header in the welcome template preview
188 189
         return "Welcome!";
189 190
     }
190 191
 
191
-    public function getBotCodeForWikiSave(string $request, $creator) {
192
+    public function getBotCodeForWikiSave(string $request, $creator)
193
+    {
192 194
         $templateText = $this->getBotCode();
193 195
 
194 196
         $templateText = str_replace('$request', $request, $templateText);
Please login to merge, or discard this patch.