Passed
Pull Request — develop (#319)
by Michiel
19:41 queued 14:36
created
tests/features/bootstrap/FeatureContext.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -196,7 +196,7 @@  discard block
 block discarded – undo
196 196
      */
197 197
     public function anInstitutionThatAllows(string $institution, string $option)
198 198
     {
199
-        switch(true) {
199
+        switch (true) {
200 200
         case $option === 'sso_on_2fa':
201 201
             $optionColumnName = 'sso_on2fa_enabled';
202 202
             break;
@@ -364,7 +364,7 @@  discard block
 block discarded – undo
364 364
     private function getCookieNames(array $responseCookieHeaders): array
365 365
     {
366 366
         $response = [];
367
-        foreach($responseCookieHeaders as $cookie) {
367
+        foreach ($responseCookieHeaders as $cookie) {
368 368
             $parts = explode('=', $cookie);
369 369
             $response[] = array_shift($parts);
370 370
         }
Please login to merge, or discard this patch.