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 — feature/demo-content ( 34d331...6867d1 )
by Brad
20:01 queued 08:51
created
extensions/demo-content-generator/class-demo-content-generator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -70,6 +70,9 @@
 block discarded – undo
70 70
 			return 'found ' . count($hits);
71 71
 		}
72 72
 
73
+		/**
74
+		 * @param string $title
75
+		 */
73 76
 		static function create_attachment( $image_url, $title, $caption_title, $caption_description ) {
74 77
 			// Get the contents of the picture
75 78
 			$response = wp_remote_get( $image_url );
Please login to merge, or discard this patch.