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 ( 4bbae3...40aab2 )
by Mario
05:03
created
bundle/Repository/RepositoryAggregate.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -23,8 +23,6 @@
 block discarded – undo
23 23
     /**
24 24
      * RepositoryAggregate constructor.
25 25
      *
26
-     * @param EzInfoCollectionRepository $infoCollectionRepository
27
-     * @param EzInfoCollectionAttributeRepository $infoCollectionAttributeRepository
28 26
      */
29 27
     public function __construct(
30 28
         EzInfoCollectionRepository $repository,
Please login to merge, or discard this patch.
bundle/Repository/EzInfoCollectionAttributeRepository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     /**
35 35
      * @param Location $location
36 36
      * @param EzInfoCollection $ezInfoCollection
37
-     * @param $fieldId
37
+     * @param integer $fieldId
38 38
      * @param LegacyData $value
39 39
      *
40 40
      * @return EzInfoCollectionAttribute
Please login to merge, or discard this patch.