Completed
Push — componentlibrary ( d8f859...620757 )
by Dominik
01:35
created
lib/api.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@  discard block
 block discarded – undo
78 78
 
79 79
 function registerHooks()
80 80
 {
81
-    add_filter('Flynt/renderComponent', function ($output, $componentName, $data) {
81
+    add_filter('Flynt/renderComponent', function($output, $componentName, $data) {
82 82
         return apply_filters(
83 83
             "Flynt/renderComponent?name={$componentName}",
84 84
             $output,
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
         );
88 88
     }, 10, 3);
89 89
 
90
-    add_filter('Flynt/addComponentData', function ($data, $componentName) {
90
+    add_filter('Flynt/addComponentData', function($data, $componentName) {
91 91
         return apply_filters(
92 92
             "Flynt/addComponentData?name={$componentName}",
93 93
             $data,
Please login to merge, or discard this patch.