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 ( 172d62...36ec89 )
by Stuart
05:30
created
src/php/Storyplayer/SPv3/TestEnvironments/HostAdapterValidator.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -59,13 +59,13 @@
 block discarded – undo
59 59
 
60 60
 interface HostAdapterValidator
61 61
 {
62
-	/**
63
-	 * check to make sure that a host adapter plugin is compatible with
64
-	 * the group adapter
65
-	 *
66
-	 * @param  HostAdapter $hostAdapter
67
-	 *         the adapter to validate
68
-	 * @return void
69
-	 */
70
-	public function validate(HostAdapter $hostAdapter);
62
+    /**
63
+     * check to make sure that a host adapter plugin is compatible with
64
+     * the group adapter
65
+     *
66
+     * @param  HostAdapter $hostAdapter
67
+     *         the adapter to validate
68
+     * @return void
69
+     */
70
+    public function validate(HostAdapter $hostAdapter);
71 71
 }
Please login to merge, or discard this patch.