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 — master (#34)
by
unknown
01:20
created
gravityforms-multiple-form-instances.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
 		// if form has been submitted, use the submitted ID, otherwise generate a new unique ID
49 49
 		if ( isset( $_POST['gform_random_id'] ) ) {
50 50
 			$random_id = absint( $_POST['gform_random_id'] ); // Input var okay.
51
-		}  elseif ( !in_array($form['id'], $this->previous_forms) ) {
51
+		} elseif ( !in_array($form['id'], $this->previous_forms) ) {
52 52
 			// if this is the first time we are seeing this form id then don't change the id
53 53
 			// this allows for add-ons like Stripe to still work since their JS depends on
54 54
 			// the form id.
Please login to merge, or discard this patch.