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 ( e72770...dceff7 )
by Mario
38:28
created
lib/Core/Service/ExporterService.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -39,8 +39,8 @@  discard block
 block discarded – undo
39 39
     /**
40 40
      * ExporterService constructor.
41 41
      *
42
-     * @param \Netgen\Bundle\InformationCollectionBundle\Repository\EzInfoCollectionRepository $ezInfoCollectionRepository
43
-     * @param \Netgen\Bundle\InformationCollectionBundle\Repository\EzInfoCollectionAttributeRepository $ezInfoCollectionAttributeRepository
42
+     * @param EzInfoCollectionRepository $ezInfoCollectionRepository
43
+     * @param EzInfoCollectionAttributeRepository $ezInfoCollectionAttributeRepository
44 44
      * @param \Symfony\Component\Translation\TranslatorInterface $translator
45 45
      * @param \Netgen\Bundle\InformationCollectionBundle\Core\Persistence\ContentTypeUtils $contentTypeUtils
46 46
      */
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
     /**
99 99
      * Get create date from EzInfoCollection as string.
100 100
      *
101
-     * @param \Netgen\Bundle\InformationCollectionBundle\Entity\EzInfoCollection $ezInfoCollection
101
+     * @param EzInfoCollection $ezInfoCollection
102 102
      *
103 103
      * @return string
104 104
      */
Please login to merge, or discard this patch.
lib/Core/Service/InformationCollectionService.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -52,10 +52,10 @@  discard block
 block discarded – undo
52 52
     /**
53 53
      * InformationCollectionService constructor.
54 54
      *
55
-     * @param \Netgen\Bundle\InformationCollectionBundle\Repository\EzInfoCollectionRepository $ezInfoCollectionRepository
56
-     * @param \Netgen\Bundle\InformationCollectionBundle\Repository\EzInfoCollectionAttributeRepository $ezInfoCollectionAttributeRepository
55
+     * @param EzInfoCollectionRepository $ezInfoCollectionRepository
56
+     * @param EzInfoCollectionAttributeRepository $ezInfoCollectionAttributeRepository
57 57
      * @param \eZ\Publish\API\Repository\Repository $repository
58
-     * @param \Netgen\Bundle\InformationCollectionBundle\Core\Persistence\Gateway\DoctrineDatabase $gateway
58
+     * @param DoctrineDatabase $gateway
59 59
      */
60 60
     public function __construct(
61 61
         EzInfoCollectionRepository $ezInfoCollectionRepository,
@@ -278,7 +278,7 @@  discard block
 block discarded – undo
278 278
     /**
279 279
      * @param int $collectionId
280 280
      *
281
-     * @return \Netgen\Bundle\InformationCollectionBundle\API\Value\InformationCollection\Collection
281
+     * @return Collection
282 282
      */
283 283
     protected function loadCollection($collectionId)
284 284
     {
Please login to merge, or discard this patch.