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 ( 15388d...05c48b )
by Brad
03:13
created
extensions/default-templates/justified/class-justified-gallery-template.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
 		 *
45 45
 		 * @param $metabox_ids
46 46
 		 *
47
-		 * @return array
47
+		 * @return string[]
48 48
 		 */
49 49
 		function add_pll_metaboxes ($metabox_ids) {
50 50
 			$metabox_ids[] = 'ml_box';
Please login to merge, or discard this patch.
extensions/default-templates/masonry/class-masonry-gallery-template.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
 		 *
45 45
 		 * @param $metabox_ids
46 46
 		 *
47
-		 * @return array
47
+		 * @return string[]
48 48
 		 */
49 49
 		function add_pll_metaboxes ($metabox_ids) {
50 50
 			$metabox_ids[] = 'ml_box';
Please login to merge, or discard this patch.
simple-portfolio/class-simple-portfolio-gallery-template.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
 		 *
45 45
 		 * @param $metabox_ids
46 46
 		 *
47
-		 * @return array
47
+		 * @return string[]
48 48
 		 */
49 49
 		function add_pll_metaboxes ($metabox_ids) {
50 50
 			$metabox_ids[] = 'ml_box';
Please login to merge, or discard this patch.
extensions/default-templates/thumbnail/class-thumbnail-gallery-template.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
 		 *
45 45
 		 * @param $metabox_ids
46 46
 		 *
47
-		 * @return array
47
+		 * @return string[]
48 48
 		 */
49 49
 		function add_pll_metaboxes ($metabox_ids) {
50 50
 			$metabox_ids[] = 'ml_box';
Please login to merge, or discard this patch.
extensions/albums/admin/class-metaboxes.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -523,7 +523,7 @@
 block discarded – undo
523 523
 
524 524
 		/**
525 525
 		 * Get the fields that we want to edit for a gallery from the album management page
526
-		 * @param $gallery FooGallery
526
+		 * @param FooGallery $gallery FooGallery
527 527
 		 *
528 528
 		 * @return mixed|void
529 529
 		 */
Please login to merge, or discard this patch.
includes/public/class-foogallery-template-loader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -193,7 +193,7 @@
 block discarded – undo
193 193
 	 * Helper to get an argument value from an array arguments
194 194
 	 *
195 195
 	 * @param $args    Array    the array of arguments to search
196
-	 * @param $key     string   the key of the argument you are looking for
196
+	 * @param string $key     string   the key of the argument you are looking for
197 197
 	 * @param $default string   a default value if the argument is not found
198 198
 	 *
199 199
 	 * @return string
Please login to merge, or discard this patch.