Completed
Push — master ( 5e0cf4...450790 )
by Ankit
02:58
created
src/SideBar.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -47,8 +47,7 @@
 block discarded – undo
47 47
                         if($substring != $userId)
48 48
                         {
49 49
                             $this->data($substring, $row);
50
-                        }
51
-                        else
50
+                        } else
52 51
                         {
53 52
                             $substring = substr($identifier, $length+1);
54 53
                             $this->Data($substring, $row);
Please login to merge, or discard this patch.