Scrutinizer GitHub App not installed

We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.

Install GitHub App

Completed
Push — master ( af7d16...6cd5dd )
by Cristian
02:44
created
src/resources/views-elfinder/standalonepopup.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -10,17 +10,17 @@  discard block
 block discarded – undo
10 10
     <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js"></script>
11 11
 
12 12
     <!-- elFinder CSS (REQUIRED) -->
13
-    <link rel="stylesheet" type="text/css" href="<?= asset($dir . '/css/elfinder.min.css') ?>">
14
-    <!-- <link rel="stylesheet" type="text/css" href="<?= asset($dir . '/css/theme.css') ?>"> -->
13
+    <link rel="stylesheet" type="text/css" href="<?= asset($dir.'/css/elfinder.min.css') ?>">
14
+    <!-- <link rel="stylesheet" type="text/css" href="<?= asset($dir.'/css/theme.css') ?>"> -->
15 15
     <link rel="stylesheet" type="text/css" href="<?= asset('vendor/backpack/elfinder/elfinder.backpack.theme.css') ?>">
16 16
 
17 17
     <!-- elFinder JS (REQUIRED) -->
18
-    <script src="<?= asset($dir . '/js/elfinder.min.js') ?>"></script>
18
+    <script src="<?= asset($dir.'/js/elfinder.min.js') ?>"></script>
19 19
 
20 20
     <?php if ($locale)
21 21
     { ?>
22 22
         <!-- elFinder translation (OPTIONAL) -->
23
-        <script src="<?= asset($dir . "/js/i18n/elfinder.$locale.js") ?>"></script>
23
+        <script src="<?= asset($dir."/js/i18n/elfinder.$locale.js") ?>"></script>
24 24
     <?php } ?>
25 25
     <!-- Include jQuery, jQuery UI, elFinder (REQUIRED) -->
26 26
 
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
         $().ready(function () {
29 29
             var elf = $('#elfinder').elfinder({
30 30
                 // set your elFinder options here
31
-                <?php if($locale){ ?>
31
+                <?php if ($locale) { ?>
32 32
                     lang: '<?= $locale ?>', // locale
33 33
                 <?php } ?>
34 34
                 customData: {
Please login to merge, or discard this patch.