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 — main ( 7a0f16...eebf5a )
by Pedro
22s queued 14s
created
src/resources/lang/ca/settings.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 return [
4
-    /*
4
+	/*
5 5
     |--------------------------------------------------------------------------
6 6
     | Settings Language Lines
7 7
     |--------------------------------------------------------------------------
@@ -9,10 +9,10 @@  discard block
 block discarded – undo
9 9
     | The following language lines are used for Laravel Backpack - Settings
10 10
     |
11 11
     */
12
-    'name'             => 'Nom',
13
-    'value'            => 'Valor',
14
-    'description'      => 'Descripció',
15
-    'setting_singular' => 'configuració',
16
-    'setting_plural'   => 'configuracions',
12
+	'name'             => 'Nom',
13
+	'value'            => 'Valor',
14
+	'description'      => 'Descripció',
15
+	'setting_singular' => 'configuració',
16
+	'setting_plural'   => 'configuracions',
17 17
 
18 18
 ];
Please login to merge, or discard this patch.