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
Branch master (204c5a)
by Marceau
08:01
created
src/Services/CrudEntry.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
     /**
40 40
      * CrudEntry constructor.
41 41
      *
42
-     * @param   Model|Crudable $model
42
+     * @param   Model $model
43 43
      * @throws  \InvalidArgumentException
44 44
      */
45 45
     public function __construct(Model $model)
@@ -213,7 +213,7 @@  discard block
 block discarded – undo
213 213
      * Shortcut to self validate.
214 214
      *
215 215
      * @param   array $data
216
-     * @return  self
216
+     * @return  CrudValidator
217 217
      */
218 218
     public function validate(array $data)
219 219
     {
Please login to merge, or discard this patch.
src/Services/CrudFields.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -86,7 +86,6 @@  discard block
 block discarded – undo
86 86
     }
87 87
 
88 88
     /**
89
-     * @param   string $identifier
90 89
      * @param   Field $field
91 90
      * @return  self
92 91
      * @throws  DuplicateFieldIdentifierException
@@ -171,7 +170,7 @@  discard block
 block discarded – undo
171 170
      * Returns all fields keys.
172 171
      *
173 172
      * @param   void
174
-     * @return  array
173
+     * @return  integer[]
175 174
      */
176 175
     public function keys()
177 176
     {
Please login to merge, or discard this patch.
src/Services/CrudValidator.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -119,7 +119,6 @@
 block discarded – undo
119 119
     }
120 120
 
121 121
     /**
122
-     * @param   null|string $to
123 122
      * @return  RedirectResponse
124 123
      */
125 124
     public function redirect()
Please login to merge, or discard this patch.