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 (#38)
by Mark
07:15 queued 02:13
created
app/Classes/Repositories/PluginRepository.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@  discard block
 block discarded – undo
17 17
 class PluginRepository extends Plugin
18 18
 {
19 19
     /**
20
-     * @return mixed
20
+     * @return Collection
21 21
      */
22 22
     public function allWhereActive() : Collection
23 23
     {
@@ -25,7 +25,7 @@  discard block
 block discarded – undo
25 25
     }
26 26
 
27 27
     /**
28
-     * @return mixed
28
+     * @return Collection
29 29
      */
30 30
     public function allWhereViewable() : Collection
31 31
     {
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
     }
34 34
 
35 35
     /**
36
-     * @return mixed
36
+     * @return Collection
37 37
      */
38 38
     public function allWhereDisabled() : Collection
39 39
     {
@@ -44,7 +44,7 @@  discard block
 block discarded – undo
44 44
      * Return the model based on the input name.
45 45
      *
46 46
      * @param $plugin_name
47
-     * @return Plugin|array|\stdClass
47
+     * @return Plugin
48 48
      */
49 49
     public function whereName($plugin_name)
50 50
     {
Please login to merge, or discard this patch.