Completed
Push — master ( 0b93dc...57eab3 )
by Tomasz
03:36
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.