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
Push — master ( 64ce67...1fbca4 )
by Odiseo
04:06
created
src/DataFetcher/TimePeriodDataFetcher.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@
 block discarded – undo
97 97
         $labels = [];
98 98
         foreach ($labelsAux as $label) {
99 99
             if (!in_array($label, ['MonthDate', 'YearDate', 'DateDate'])) {
100
-                $labels[] = preg_replace('/(?!^)[A-Z]{2,}(?=[A-Z][a-z])|[A-Z][a-z]/', ' $0', (string)$label);
100
+                $labels[] = preg_replace('/(?!^)[A-Z]{2,}(?=[A-Z][a-z])|[A-Z][a-z]/', ' $0', (string) $label);
101 101
             }
102 102
         }
103 103
         $data->setLabels($labels);
Please login to merge, or discard this patch.