Completed
Push — master ( d5111b...7b397f )
by Tomasz
02:47
created
src/Gendoria/CruftFlake/Config/ConsulConfig.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -147,8 +147,7 @@
 block discarded – undo
147 147
                 continue;
148 148
             } elseif ($currentValue['Key'] == $this->sessionId) {
149 149
                 return base64_decode($currentValue['Value']);
150
-            }
151
-            else {
150
+            } else {
152 151
                 $usedIds[] = base64_decode($currentValue['Value']);
153 152
             }
154 153
         }
Please login to merge, or discard this patch.