Completed
Pull Request — master (#2081)
by
unknown
39s
created
stripe/controllers/FrmStrpLiteActionsController.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -465,7 +465,7 @@
 block discarded – undo
465 465
 	 *
466 466
 	 * @return bool
467 467
 	 */
468
-	private static function should_load_stripe_script(){
468
+	private static function should_load_stripe_script() {
469 469
 		if ( self::$has_loaded_stripe_script ) {
470 470
 			return false;
471 471
 		}
Please login to merge, or discard this patch.