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
Branch master (d2e8af)
by Marin
01:53
created
Category
gravityforms-multiple-form-instances.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
 	function gform_get_form_filter($form_string, $form) {
43 43
 		// if form has been submitted, use the submitted ID, otherwise generate a new unique ID
44 44
 		if (isset($_POST['gform_random_id'])) {
45
-			$random_id = absint( $_POST['gform_random_id'] );
45
+			$random_id = absint($_POST['gform_random_id']);
46 46
 		} else {
47 47
 			$random_id = mt_rand();	
48 48
 		}
Please login to merge, or discard this patch.