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 ( 9e1ae8...32efce )
by De
02:04
created
src/Expression.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -172,6 +172,9 @@
 block discarded – undo
172 172
         return $this->whereHasType($field, FieldType::NULL);
173 173
     }
174 174
 
175
+    /**
176
+     * @param string $condition
177
+     */
175 178
     public function whereJsCondition($condition)
176 179
     {
177 180
         return $this->where('$where', $condition);
Please login to merge, or discard this patch.