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.
x Sorry, these patches are not available anymore due to data migration. Please run a fresh inspection.
Completed
Push — master ( 15ca0a...ae2652 )
by Rudie
02:13
created
lib/Time.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
 	/**
26 26
 	 * The convertor heart, that every sub class needs
27 27
 	 */
28
-	protected function convertor( $toUnit ) {
28
+	protected function convertor($toUnit) {
29 29
 		return $this->convertUsingTable($toUnit);
30 30
 	}
31 31
 
Please login to merge, or discard this patch.