Completed
Push — master ( e42772...3ff8b1 )
by Doğa
03:03
created
Components/DocumentDefault/functions.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@  discard block
 block discarded – undo
5 5
 use Timber\Timber;
6 6
 use Flynt\Features\Components\Component;
7 7
 
8
-add_action('wp_enqueue_scripts', function () {
8
+add_action('wp_enqueue_scripts', function() {
9 9
     Component::enqueueAssets('DocumentDefault', [
10 10
     [
11 11
       'name' => 'console-polyfill',
@@ -35,7 +35,7 @@  discard block
 block discarded – undo
35 35
     ]);
36 36
 }, 0);
37 37
 
38
-add_filter('Flynt/addComponentData?name=DocumentDefault', function ($data) {
38
+add_filter('Flynt/addComponentData?name=DocumentDefault', function($data) {
39 39
     $context = Timber::get_context();
40 40
 
41 41
     $output = [
Please login to merge, or discard this patch.