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 ( e87b02...e5413e )
by Mario
01:56
created
lib/Core/Action/ActionRegistry.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,6 @@
 block discarded – undo
39 39
     /**
40 40
      * ActionAggregate constructor.
41 41
      *
42
-     * @param array $config
43 42
      * @param LoggerInterface $logger
44 43
      */
45 44
     public function __construct(iterable $actions, ConfigResolverInterface $configResolver, LoggerInterface $logger)
Please login to merge, or discard this patch.
lib/Core/Factory/EmailDataFactory.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -46,7 +46,6 @@  discard block
 block discarded – undo
46 46
     /**
47 47
      * EmailDataFactory constructor.
48 48
      *
49
-     * @param array $config
50 49
      * @param \eZ\Publish\Core\Helper\TranslationHelper $translationHelper
51 50
      * @param \eZ\Publish\Core\Helper\FieldHelper $fieldHelper
52 51
      * @param \Twig\Environment $twig
@@ -243,7 +242,7 @@  discard block
 block discarded – undo
243 242
 
244 243
     /**
245 244
      * @param string $contentTypeIdentifier
246
-     * @param array $collectedFields
245
+     * @param \EzSystems\RepositoryForms\Data\Content\FieldData[] $collectedFields
247 246
      *
248 247
      * @return BinaryFile[]
249 248
      */
Please login to merge, or discard this patch.
lib/Core/Mapper/DomainObjectMapper.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -121,6 +121,9 @@
 block discarded – undo
121 121
         );
122 122
     }
123 123
 
124
+    /**
125
+     * @param integer $userId
126
+     */
124 127
     private function getUser($userId): ?User
125 128
     {
126 129
         try {
Please login to merge, or discard this patch.
lib/Core/Service/ExporterService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
      * Get attribute value string.
82 82
      *
83 83
      * @param int $fieldId
84
-     * @param array $attributes
84
+     * @param Attribute[] $attributes
85 85
      *
86 86
      * @return string
87 87
      */
Please login to merge, or discard this patch.
lib/Integration/RepositoryForms/InformationCollectionMapper.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,8 +18,7 @@
 block discarded – undo
18 18
     /**
19 19
      * Maps a ValueObject from eZ content repository to a data usable as underlying form data (e.g. create/update struct).
20 20
      *
21
-     * @param \eZ\Publish\API\Repository\Values\Content\Content $contentDraft
22
-     * @param array $params
21
+     * @param \eZ\Publish\API\Repository\Values\Content\Content $content
23 22
      *
24 23
      * @return InformationCollectionStruct
25 24
      */
Please login to merge, or discard this patch.