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
Pull Request — master (#54)
by
unknown
03:00
created
lib/Core/Mapper/DomainObjectMapper.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -114,6 +114,9 @@
 block discarded – undo
114 114
         );
115 115
     }
116 116
 
117
+    /**
118
+     * @param integer $userId
119
+     */
117 120
     private function getUser($userId)
118 121
     {
119 122
         try {
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
@@ -240,7 +240,7 @@
 block discarded – undo
240 240
 
241 241
     /**
242 242
      * @param string $contentTypeIdentifier
243
-     * @param array $collectedFields
243
+     * @param \EzSystems\RepositoryForms\Data\Content\FieldData[] $collectedFields
244 244
      *
245 245
      * @return BinaryFile[]
246 246
      */
Please login to merge, or discard this patch.
lib/Doctrine/Repository/EzInfoCollectionAttributeRepository.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -123,6 +123,10 @@
 block discarded – undo
123 123
         }
124 124
     }
125 125
 
126
+    /**
127
+     * @param integer $contentId
128
+     * @param string $searchText
129
+     */
126 130
     public function search($contentId, $searchText)
127 131
     {
128 132
         $searchText = mb_strtolower($searchText);
Please login to merge, or discard this patch.
lib/Doctrine/Repository/EzInfoCollectionRepository.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -142,6 +142,9 @@
 block discarded – undo
142 142
             ->getResult();
143 143
     }
144 144
 
145
+    /**
146
+     * @param integer $contentId
147
+     */
145 148
     public function getChildrenCount($contentId)
146 149
     {
147 150
         try {
Please login to merge, or discard this patch.