Completed
Push — componentlibrary ( 821455...eac37e )
by
unknown
03:06
created
Components/DocumentDefault/functions.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@  discard block
 block discarded – undo
6 6
 use Flynt\Features\Components\Component;
7 7
 use Flynt\Utils\Asset;
8 8
 
9
-add_action('wp_enqueue_scripts', function () {
9
+add_action('wp_enqueue_scripts', function() {
10 10
     Component::enqueueAssets('DocumentDefault', [
11 11
     [
12 12
       'name' => 'console-polyfill',
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
     ]);
38 38
 }, 0);
39 39
 
40
-add_filter('Flynt/addComponentData?name=DocumentDefault', function ($data) {
40
+add_filter('Flynt/addComponentData?name=DocumentDefault', function($data) {
41 41
     $context = Timber::get_context();
42 42
 
43 43
     $output = [
Please login to merge, or discard this patch.
Components/GridDownloadPortrait/functions.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -4,13 +4,13 @@
 block discarded – undo
4 4
 
5 5
 use Flynt\Features\Components\Component;
6 6
 
7
-add_filter('Flynt/addComponentData?name=GridDownloadPortrait', function ($data) {
8
-    add_action('wp_enqueue_scripts', function () {
7
+add_filter('Flynt/addComponentData?name=GridDownloadPortrait', function($data) {
8
+    add_action('wp_enqueue_scripts', function() {
9 9
         Component::enqueueAssets('GridDownloadPortrait');
10 10
     });
11 11
 
12 12
     if (!empty($data['items'])) {
13
-        $data['items'] = array_map(function ($item) {
13
+        $data['items'] = array_map(function($item) {
14 14
             if ($item['itemType'] === 'itemFile') {
15 15
                 $fileSize = filesize(get_attached_file($item['file']['id']));
16 16
                 $item['file']['fileSize'] = size_format($fileSize);
Please login to merge, or discard this patch.
Components/GridListSteps/functions.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,8 @@
 block discarded – undo
4 4
 
5 5
 use Flynt\Features\Components\Component;
6 6
 
7
-add_filter('Flynt/addComponentData?name=GridListSteps', function ($data) {
8
-    add_action('wp_enqueue_scripts', function () {
7
+add_filter('Flynt/addComponentData?name=GridListSteps', function($data) {
8
+    add_action('wp_enqueue_scripts', function() {
9 9
         Component::enqueueAssets('GridListSteps');
10 10
     });
11 11
 
Please login to merge, or discard this patch.
Components/ListTestimorialsCards/functions.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,8 @@
 block discarded – undo
4 4
 
5 5
 use Flynt\Features\Components\Component;
6 6
 
7
-add_filter('Flynt/addComponentData?name=ListTestimorialsCards', function ($data) {
8
-    add_action('wp_enqueue_scripts', function () {
7
+add_filter('Flynt/addComponentData?name=ListTestimorialsCards', function($data) {
8
+    add_action('wp_enqueue_scripts', function() {
9 9
         Component::enqueueAssets('ListTestimorialsCards');
10 10
     });
11 11
 
Please login to merge, or discard this patch.