Passed
Pull Request — master (#85)
by Dominik
04:35
created
Components/FormContactForm7/functions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 add_filter('wpcf7_load_js', '__return_false');
8 8
 add_filter('wpcf7_load_css', '__return_false');
9 9
 
10
-add_filter('Flynt/addComponentData?name=FormContactForm7', function ($data) {
10
+add_filter('Flynt/addComponentData?name=FormContactForm7', function($data) {
11 11
     function_exists('wpcf7_enqueue_scripts') && enqueueWpcf7Scripts();
12 12
     function_exists('wpcf7_enqueue_styles') && wpcf7_enqueue_styles();
13 13
 
Please login to merge, or discard this patch.
Components/FormNewsletter/functions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
 ]);
22 22
 
23 23
 
24
-add_action('Flynt/afterRegisterComponents', function () {
24
+add_action('Flynt/afterRegisterComponents', function() {
25 25
     Options::addTranslatable('FormNewsletter', [
26 26
         [
27 27
             'label' => '',
Please login to merge, or discard this patch.