GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Push — master ( ec67bf...e002fc )
by Aden
03:14
created
src/Flare/Admin/Attributes/AttributeManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
             throw new \Exception('Attribute Field Type cannot be empty or undefined.');
41 41
         }
42 42
 
43
-        return call_user_func_array([$this->createAttribute($field['type'], $action, $attribute, $field, $value, $modelManager), camel_case('render_'.$action)], []);
43
+        return call_user_func_array([$this->createAttribute($field['type'], $action, $attribute, $field, $value, $modelManager), camel_case('render_' . $action)], []);
44 44
     }
45 45
 
46 46
     /**
Please login to merge, or discard this patch.