Passed
Push — develop ( 246341...deb241 )
by Remco
04:52
created
classes/Forms/FormScripts.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
 
48 48
 		wp_register_style(
49 49
 			'pronamic-pay-forms',
50
-			plugins_url( 'css/forms' . $min . '.css', $this->plugin->get_file() ),
50
+			plugins_url( 'css/forms'.$min.'.css', $this->plugin->get_file() ),
51 51
 			array(),
52 52
 			$this->plugin->get_version()
53 53
 		);
Please login to merge, or discard this patch.