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 — develop (#285)
by
unknown
10:48
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/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.