@@ -142,7 +142,7 @@ |
||
142 | 142 | $html = '<div class="org_repos">'; |
143 | 143 | $html .= '<p>Below are the repositories of the organisation to which the authorized user has access to. Click on the icon to create/delete the webhook.</p>'; |
144 | 144 | $html .= '<div><ul>'; |
145 | - usort($repos, function ($repo1, $repo2) { |
|
145 | + usort($repos, function($repo1, $repo2) { |
|
146 | 146 | return $repo1->displayName < $repo2->displayName ? -1 : 1; |
147 | 147 | }); |
148 | 148 | $importSVG = inlineSVG(__DIR__ . '/../images/import.svg'); |