Align code style

This commit is contained in:
Anders Jenbo 2024-03-04 17:04:28 +01:00
parent be98c25d24
commit 857e1c15cc
7 changed files with 8 additions and 6 deletions

2
.gitignore vendored
View File

@ -44,3 +44,5 @@
/.DS_Store
/.cache
/.php-cs-fixer.cache
/tools/phpstan
/tools/php-cs-fixer

View File

@ -26,4 +26,4 @@ $_['entry_status'] = 'Status';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify the theme editor!';
$_['error_file'] = 'Warning: Template file does not exist!';
$_['error_file'] = 'Warning: Template file does not exist!';

View File

@ -29,7 +29,7 @@ class Filter extends \Opencart\System\Engine\Model {
/**
* Edit Filter
*
*
* @param int $filter_id
* @param array<string, mixed> $data
*/

View File

@ -178,7 +178,7 @@ class Order extends \Opencart\System\Engine\Controller {
/**
* Save
*
*
* @return void
*/
public function save(): void {

View File

@ -31,7 +31,7 @@ class Topic extends \Opencart\System\Engine\Model {
/**
* Get Topics
*
*
* @return array<int, array<string, mixed>>
*/
public function getTopics(): array {

View File

@ -8,7 +8,7 @@ namespace Opencart\Catalog\Model\Extension\Opencart\Shipping;
class Free extends \Opencart\System\Engine\Model {
/**
* Get Quote
*
*
* @param array<string, mixed> $address
*
* @return array<string, mixed>

View File

@ -71,4 +71,4 @@ if (is_file(DIR_STORAGE . 'vendor/symfony/polyfill-php80/bootstrap.php')) {
}
// twig/twig
$autoloader->register('Twig', DIR_STORAGE . 'vendor/twig/twig/src/', true);
$autoloader->register('Twig', DIR_STORAGE . 'vendor/twig/twig/src/', true);