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

Test Setup Failed
Push — development ( 65354c...62bade )
by José
02:52
created
app/Models/User.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -163,6 +163,6 @@
 block discarded – undo
163 163
      */
164 164
     public function getPhoneFullNameAttribute()
165 165
     {
166
-        return $this->attributes[ 'first_name' ]. $this->attributes[ 'last_name' ];
166
+        return $this->attributes[ 'first_name' ].$this->attributes[ 'last_name' ];
167 167
     }
168 168
 }
Please login to merge, or discard this patch.