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
Pull Request — master (#22)
by
unknown
17:01
created
src/app/Services/LangFiles.php 1 patch
Doc Comments   +7 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,6 +13,9 @@  discard block
 block discarded – undo
13 13
         $this->lang = config('app.locale');
14 14
     }
15 15
 
16
+    /**
17
+     * @param string $lang
18
+     */
16 19
     public function setLanguage($lang)
17 20
     {
18 21
         $this->lang = $lang;
@@ -20,6 +23,9 @@  discard block
 block discarded – undo
20 23
         return $this;
21 24
     }
22 25
 
26
+    /**
27
+     * @param string $file
28
+     */
23 29
     public function setFile($file)
24 30
     {
25 31
         $this->file = $file;
@@ -192,7 +198,7 @@  discard block
 block discarded – undo
192 198
      * @param 	array 		$data 		the array that will be modified
193 199
      * @param 	array 		$keys 		the keys (path)
194 200
      * @param 	string		$value		the value to be added
195
-     * @return	array
201
+     * @return	string
196 202
      */
197 203
     private function setArrayValue(&$data, $keys, $value)
198 204
     {
Please login to merge, or discard this patch.