Passed
Branch master (b26724)
by Tim
04:55
created
Category
lib/PowerIdPDisco.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -282,11 +282,11 @@
 block discarded – undo
282 282
         $t->data['rememberenabled'] = $this->config->getBoolean('idpdisco.enableremember', false);
283 283
         $t->data['rememberchecked'] = $this->config->getBoolean('idpdisco.rememberchecked', false);
284 284
         $t->data['jquery'] = ['core' => true, 'ui' => true];
285
-        foreach(array_keys($idpList) as $tab) {
286
-            if ($t->getTag('{discopower:tabs:' . $tab . '}') === null) {
287
-                $t->includeInlineTranslation('{discopower:tabs:'. $tab. '}', $tab);
285
+        foreach (array_keys($idpList) as $tab) {
286
+            if ($t->getTag('{discopower:tabs:'.$tab.'}') === null) {
287
+                $t->includeInlineTranslation('{discopower:tabs:'.$tab.'}', $tab);
288 288
             }
289
-            $t->data['tabNames'][$tab] = \SimpleSAML\Locale\Translate::noop('{discopower:tabs:' . $tab . '}');
289
+            $t->data['tabNames'][$tab] = \SimpleSAML\Locale\Translate::noop('{discopower:tabs:'.$tab.'}');
290 290
         }
291 291
         $t->show();
292 292
     }
Please login to merge, or discard this patch.