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 ( f8d570...655719 )
by Mark
02:18
created
app/Model/Redirect.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@  discard block
 block discarded – undo
113 113
     }
114 114
 
115 115
     /**
116
-     * @return Page|mixed
116
+     * @return \Illuminate\Database\Eloquent\Relations\BelongsTo
117 117
      */
118 118
     public function fromPage()
119 119
     {
@@ -121,7 +121,7 @@  discard block
 block discarded – undo
121 121
     }
122 122
 
123 123
     /**
124
-     * @return Page|mixed
124
+     * @return \Illuminate\Database\Eloquent\Relations\BelongsTo
125 125
      */
126 126
     public function toPage()
127 127
     {
Please login to merge, or discard this patch.