Skip to content

Commit

Permalink
feat: PHPCS fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmolinacano committed Oct 10, 2024
1 parent 9ffa4db commit 5939077
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion translations/en.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

global $_MODULE;
$_MODULE = array();
$_MODULE = [];
$_MODULE['<{doofinder}prestashop>doofinder_dd31d974a78cdd704acaa6bf15da506c'] = 'Doofinder';
$_MODULE['<{doofinder}prestashop>doofinder_537d60a5ce0c6b6cf2d6790d5b38b93f'] = 'Install Doofinder in your shop with no effort';
$_MODULE['<{doofinder}prestashop>doofinder_e499922a91899a55af0659f1f4772e6a'] = 'Are you sure? This will not cancel your account in Doofinder service';
Expand Down
2 changes: 1 addition & 1 deletion translations/es.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

global $_MODULE;
$_MODULE = array();
$_MODULE = [];
$_MODULE['<{doofinder}prestashop>doofinder_dd31d974a78cdd704acaa6bf15da506c'] = 'Doofinder';
$_MODULE['<{doofinder}prestashop>doofinder_537d60a5ce0c6b6cf2d6790d5b38b93f'] = 'Agregue un motor de búsqueda inteligente a su comercio electrónico en 5 minutos y sin programación';
$_MODULE['<{doofinder}prestashop>doofinder_e499922a91899a55af0659f1f4772e6a'] = '¿Estás seguro? Esto no cancelará tu cuenta con Doofinder';
Expand Down
2 changes: 1 addition & 1 deletion translations/fr.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

global $_MODULE;
$_MODULE = array();
$_MODULE = [];
$_MODULE['<{doofinder}prestashop>doofinder_dd31d974a78cdd704acaa6bf15da506c'] = 'Doofinder';
$_MODULE['<{doofinder}prestashop>doofinder_537d60a5ce0c6b6cf2d6790d5b38b93f'] = 'Ajoutez un moteur de recherche intelligent à votre site en moins de 5 minutes et sans programmation';
$_MODULE['<{doofinder}prestashop>doofinder_e499922a91899a55af0659f1f4772e6a'] = 'Êtes-vous sûr? Cela n\'annulera pas votre compte dans le service Doofinder';
Expand Down

0 comments on commit 5939077

Please sign in to comment.