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 ( 203bae...c811ea )
by Mario
25:52
created
lib/API/Service/Exporter.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
     /**
10 10
      * Generate Export for give ExportCriteria
11 11
      *
12
-     * @param int $contentId
13 12
      *
14 13
      * @return \Netgen\Bundle\InformationCollectionBundle\API\Value\Export\Export
15 14
      */
Please login to merge, or discard this patch.
lib/Core/Factory/EmailDataFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -233,7 +233,7 @@
 block discarded – undo
233 233
     }
234 234
 
235 235
     /**
236
-     * @param $contentTypeIdentifier
236
+     * @param string $contentTypeIdentifier
237 237
      * @param array $collectedFields
238 238
      *
239 239
      * @return BinaryFile[]|null
Please login to merge, or discard this patch.
lib/Core/Persistence/Anonymizer/AnonymizerServiceFacade.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@  discard block
 block discarded – undo
72 72
     /**
73 73
      * Map field id's to list of field identifiers
74 74
      *
75
-     * @param int $content
75
+     * @param integer $contentId
76 76
      * @param array $fieldIdentifiers
77 77
      *
78 78
      * @return array
@@ -91,6 +91,9 @@  discard block
 block discarded – undo
91 91
         return $ids;
92 92
     }
93 93
 
94
+    /**
95
+     * @param integer $contentId
96
+     */
94 97
     protected function getCollections($contentId, DateTime $date = null)
95 98
     {
96 99
         if (is_null($date)) {
Please login to merge, or discard this patch.