@@ -88,10 +88,10 @@ discard block |
||
88 | 88 | } |
89 | 89 | |
90 | 90 | $entry['active'] = false; |
91 | - if(!isset($entry['icon'])) { |
|
91 | + if (!isset($entry['icon'])) { |
|
92 | 92 | $entry['icon'] = ''; |
93 | 93 | } |
94 | - if(!isset($entry['type'])) { |
|
94 | + if (!isset($entry['type'])) { |
|
95 | 95 | $entry['type'] = 'link'; |
96 | 96 | } |
97 | 97 | $this->entries[] = $entry; |
@@ -188,7 +188,7 @@ discard block |
||
188 | 188 | ]); |
189 | 189 | |
190 | 190 | $logoutUrl = \OC_User::getLogoutUrl($this->urlGenerator); |
191 | - if($logoutUrl !== '') { |
|
191 | + if ($logoutUrl !== '') { |
|
192 | 192 | // Logout |
193 | 193 | $this->add([ |
194 | 194 | 'type' => 'settings', |