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 — develop ( 85b535...144fe2 )
by
unknown
10s
created
component/admin/controller.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
 	 * @param   boolean  $cachable   If true, the view output will be cached
25 25
 	 * @param   array    $urlparams  An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}.
26 26
 	 *
27
-	 * @return  JController  This object to support chaining.
27
+	 * @return  false|null  This object to support chaining.
28 28
 	 *
29 29
 	 * @since   1.5
30 30
 	 */
Please login to merge, or discard this patch.
component/admin/helpers/azuretranslator.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@  discard block
 block discarded – undo
30 30
 	 * @param   string  $authHeader  Authorisation Header string
31 31
 	 * @param   string  $postData    Data to post
32 32
 	 *
33
-	 * @return mixed
33
+	 * @return string
34 34
 	 *
35 35
 	 * @throws Exception
36 36
 	 */
@@ -84,7 +84,7 @@  discard block
 block discarded – undo
84 84
 	 * @param   string  $clientID      Client id
85 85
 	 * @param   string  $clientSecret  Client pass
86 86
 	 *
87
-	 * @return bool|null|string
87
+	 * @return string|false
88 88
 	 */
89 89
 	protected function getAuthHeader($clientID, $clientSecret)
90 90
 	{
Please login to merge, or discard this patch.
component/admin/helpers/localise.php 1 patch
Doc Comments   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -489,7 +489,7 @@  discard block
 block discarded – undo
489 489
 	 *
490 490
 	 * @param   string  $path  Path to lookup
491 491
 	 *
492
-	 * @return  mixed  null if file is invalid | True if core else false.
492
+	 * @return  boolean|null  null if file is invalid | True if core else false.
493 493
 	 *
494 494
 	 * @since   4.0
495 495
 	 */
@@ -757,7 +757,7 @@  discard block
 block discarded – undo
757 757
 	 *
758 758
 	 * @param   array  $gh_data  Array with the required data
759 759
 	 *
760
-	 * @return  array
760
+	 * @return  boolean
761 761
 	 *
762 762
 	 * @since   4.11
763 763
 	 */
@@ -1427,7 +1427,7 @@  discard block
 block discarded – undo
1427 1427
 	 *
1428 1428
 	 * @param   array  $gh_data  Array with the required data
1429 1429
 	 *
1430
-	 * @return  array
1430
+	 * @return  boolean
1431 1431
 	 *
1432 1432
 	 * @since   4.11
1433 1433
 	 */
@@ -1990,7 +1990,7 @@  discard block
 block discarded – undo
1990 1990
 	 *
1991 1991
 	 * @param   string  $client_to_update  The client language files.
1992 1992
 	 *
1993
-	 * @return  bolean
1993
+	 * @return  boolean
1994 1994
 	 *
1995 1995
 	 * @since   4.11
1996 1996
 	 */
@@ -2029,7 +2029,7 @@  discard block
 block discarded – undo
2029 2029
 	 *
2030 2030
 	 * @param   string  $option  The option value to save.
2031 2031
 	 *
2032
-	 * @return  bolean
2032
+	 * @return  boolean
2033 2033
 	 *
2034 2034
 	 * @since   4.11
2035 2035
 	 */
@@ -2176,7 +2176,7 @@  discard block
 block discarded – undo
2176 2176
 	 *
2177 2177
 	 * @param   array  $data  The required data.
2178 2178
 	 *
2179
-	 * @return  array
2179
+	 * @return  boolean
2180 2180
 	 *
2181 2181
 	 * @since   4.11
2182 2182
 	 */
@@ -2246,7 +2246,7 @@  discard block
 block discarded – undo
2246 2246
 	 *
2247 2247
 	 * @param   array  $data  The required data.
2248 2248
 	 *
2249
-	 * @return  array
2249
+	 * @return  boolean
2250 2250
 	 *
2251 2251
 	 * @since   4.11
2252 2252
 	 */
@@ -2310,7 +2310,7 @@  discard block
 block discarded – undo
2310 2310
 	 * @param   array   $gh_data  Array with the data
2311 2311
 	 * @param   string  $index    If true, allow to create an index.html file
2312 2312
 	 *
2313
-	 * @return  bolean
2313
+	 * @return  boolean
2314 2314
 	 *
2315 2315
 	 * @since   4.11
2316 2316
 	 */
@@ -2365,7 +2365,7 @@  discard block
 block discarded – undo
2365 2365
 	 *
2366 2366
 	 * @param   string  $full_path  The full path.
2367 2367
 	 *
2368
-	 * @return  bolean
2368
+	 * @return  boolean
2369 2369
 	 *
2370 2370
 	 * @since   4.11
2371 2371
 	 */
Please login to merge, or discard this patch.
component/admin/models/packagefile.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -576,7 +576,7 @@
 block discarded – undo
576 576
 	 *
577 577
 	 * @param   array  $data  the data to generate the package
578 578
 	 *
579
-	 * @return  boolean  success or failure
579
+	 * @return  false|null  success or failure
580 580
 	 */
581 581
 	public function download($data)
582 582
 	{
Please login to merge, or discard this patch.
component/admin/models/translation.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -706,7 +706,7 @@  discard block
 block discarded – undo
706 706
 	/**
707 707
 	 * Method to get the data that should be injected in the form.
708 708
 	 *
709
-	 * @return  array  The default data is an empty array.
709
+	 * @return  JObject|null  The default data is an empty array.
710 710
 	 */
711 711
 	protected function loadFormData()
712 712
 	{
@@ -1098,7 +1098,7 @@  discard block
 block discarded – undo
1098 1098
 	 *
1099 1099
 	 * @param   array  $data  Array that represents a file
1100 1100
 	 *
1101
-	 * @return bool
1101
+	 * @return false|null
1102 1102
 	 */
1103 1103
 	public function saveFile($data)
1104 1104
 	{
Please login to merge, or discard this patch.
component/admin/models/package.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -576,7 +576,7 @@
 block discarded – undo
576 576
 	 *
577 577
 	 * @param   array  $data  the data to generate the package
578 578
 	 *
579
-	 * @return  boolean  success or failure
579
+	 * @return  false|null  success or failure
580 580
 	 */
581 581
 	public function download($data)
582 582
 	{
Please login to merge, or discard this patch.