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 development (1144d9)
by butschster
09:48
created
src/Admin.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@
 block discarded – undo
112 112
     }
113 113
 
114 114
     /**
115
-     * @param string|Model $class
115
+     * @param string|null $class
116 116
      * @return ModelConfigurationInterface
117 117
      */
118 118
     public function getModel($class)
Please login to merge, or discard this patch.
src/Form/FormDefault.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
     /**
72 72
      * FormDefault constructor.
73 73
      *
74
-     * @param array $elements
74
+     * @param Element\Checkbox[] $elements
75 75
      */
76 76
     public function __construct(array $elements = [])
77 77
     {
@@ -190,7 +190,7 @@  discard block
 block discarded – undo
190 190
      * @deprecated 4.5.0
191 191
      * @see getElements()
192 192
      *
193
-     * @return Collection[]
193
+     * @return FormElementsCollection
194 194
      */
195 195
     public function getItems()
196 196
     {
Please login to merge, or discard this patch.