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 — develop ( ae3fd9...4725ce )
by Baptiste
03:13
created
src/Instanciator/ReflectionInstanciator.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
     }
77 77
 
78 78
     /**
79
-     * @param ReflectionMethod $constructor
79
+     * @param \ReflectionMethod $constructor
80 80
      * @param MapInterface<string, variable> $properties
81 81
      *
82 82
      * @return MapInterface<string, variable>
@@ -100,7 +100,7 @@  discard block
 block discarded – undo
100 100
     }
101 101
 
102 102
     /**
103
-     * @param ReflectionParameter $parameter
103
+     * @param \ReflectionParameter $parameter
104 104
      * @param MapInterface<string, variable> $properties
105 105
      *
106 106
      * @return bool
Please login to merge, or discard this patch.
src/ReflectionClass.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
     /**
96 96
      * Return the list of injection strategies used
97 97
      *
98
-     * @return InjectionStrategiesInterface
98
+     * @return InjectionStrategyInterface
99 99
      */
100 100
     public function injectionStrategy(): InjectionStrategyInterface
101 101
     {
Please login to merge, or discard this patch.