Passed
Push — feature/package_updates_nov_25 ( 118e61...18f334 )
by Johan
04:58 queued 02:11
created
tests/features/bootstrap/FeatureContext.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -193,7 +193,7 @@  discard block
 block discarded – undo
193 193
     #[\Behat\Step\Given('/^an institution "([^"]*)" that allows "([^"]*)"$/')]
194 194
     public function anInstitutionThatAllows(string $institution, string $option): void
195 195
     {
196
-        switch(true) {
196
+        switch (true) {
197 197
             case $option === 'sso_on_2fa':
198 198
                 $optionColumnName = 'sso_on2fa_enabled';
199 199
                 break;
@@ -395,7 +395,7 @@  discard block
 block discarded – undo
395 395
     private function getCookieNames(array $responseCookieHeaders): array
396 396
     {
397 397
         $response = [];
398
-        foreach($responseCookieHeaders as $cookie) {
398
+        foreach ($responseCookieHeaders as $cookie) {
399 399
             $parts = explode('=', $cookie);
400 400
             $response[] = array_shift($parts);
401 401
         }
Please login to merge, or discard this patch.