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.
Passed
Pull Request — master (#4)
by Christian
04:24
created
src/Test/AbstractFormHandlerTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -174,7 +174,7 @@
 block discarded – undo
174 174
      */
175 175
     private function equalToErrors(): Constraint
176 176
     {
177
-        return static::callback(function ($error) {
177
+        return static::callback(function($error) {
178 178
             if ($error instanceof FormError) {
179 179
                 foreach ($this->errors as &$data) {
180 180
                     if ($error->getMessage() === $data['message'] && $error->getMessageParameters() === $data['parameters']) {
Please login to merge, or discard this patch.