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 ( 414922...a9bc98 )
by butschster
12:35
created
src/Display/Column/Filter/Date.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -209,6 +209,7 @@
 block discarded – undo
209 209
     }
210 210
 
211 211
     /**
212
+     * @param string $format
212 213
      * @return string
213 214
      */
214 215
     protected function generatePickerFormat($format)
Please login to merge, or discard this patch.
src/Display/DisplayDatatablesAsync.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -163,7 +163,7 @@  discard block
 block discarded – undo
163 163
     }
164 164
 
165 165
     /**
166
-     * @param mixed $distinct
166
+     * @param string|null $distinct
167 167
      *
168 168
      * @return $this
169 169
      */
@@ -206,7 +206,7 @@  discard block
 block discarded – undo
206 206
     /**
207 207
      * Apply offset and limit to the query.
208 208
      *
209
-     * @param $query
209
+     * @param Builder $query
210 210
      */
211 211
     protected function applyOffset($query)
212 212
     {
@@ -267,7 +267,7 @@  discard block
 block discarded – undo
267 267
     /**
268 268
      * Convert collection to the datatables structure.
269 269
      *
270
-     * @param array|Collection $collection
270
+     * @param Collection $collection
271 271
      * @param int $totalCount
272 272
      * @param int $filteredCount
273 273
      *
Please login to merge, or discard this patch.
src/Display/TableColumn.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
     }
88 88
 
89 89
     /**
90
-     * @return int
90
+     * @return string
91 91
      */
92 92
     public function getWidth()
93 93
     {
Please login to merge, or discard this patch.
src/Model/ModelConfiguration.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -145,7 +145,7 @@
 block discarded – undo
145 145
     }
146 146
 
147 147
     /**
148
-     * @return string
148
+     * @return \Illuminate\Support\Collection
149 149
      */
150 150
     public function getRedirect()
151 151
     {
Please login to merge, or discard this patch.
src/Model/SectionModelConfiguration.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     }
25 25
 
26 26
     /**
27
-     * @return string
27
+     * @return \Illuminate\Support\Collection
28 28
      */
29 29
     public function getRedirect()
30 30
     {
Please login to merge, or discard this patch.
src/Widgets/WidgetsRegistry.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
     }
96 96
 
97 97
     /**
98
-     * @param $widget
98
+     * @param string $widget
99 99
      *
100 100
      * @return \Closure
101 101
      */
Please login to merge, or discard this patch.