From cb9722cc967f871d804cdc9f7ba2043ebeca0929 Mon Sep 17 00:00:00 2001 From: Klaas Eikelboom Date: Fri, 12 Nov 2021 20:14:35 +0100 Subject: [PATCH] Civilint --- ext/authx/settings/authx.setting.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/authx/settings/authx.setting.php b/ext/authx/settings/authx.setting.php index 38cb08f8a3..63af33ec37 100644 --- a/ext/authx/settings/authx.setting.php +++ b/ext/authx/settings/authx.setting.php @@ -46,7 +46,7 @@ $_authx_settings = function() { 'settings_pages' => ['authx' => ['weight' => $weight]], ]; foreach ($flows as $flow) { - $weight = $weight+10; + $weight = $weight + 10; $s["authx_{$flow}_cred"] = $basic + [ 'name' => "authx_{$flow}_cred", 'type' => 'Array', @@ -78,7 +78,7 @@ $_authx_settings = function() { 'pseudoconstant' => [ 'callback' => ['\Civi\Authx\Meta', 'getUserModes'], ], - 'settings_pages' => ['authx' => ['weight' => $weight+5]], + 'settings_pages' => ['authx' => ['weight' => $weight + 5]], ]; } -- 2.25.1