Align code style
This commit is contained in:
parent
be98c25d24
commit
857e1c15cc
2
.gitignore
vendored
2
.gitignore
vendored
@ -44,3 +44,5 @@
|
||||
/.DS_Store
|
||||
/.cache
|
||||
/.php-cs-fixer.cache
|
||||
/tools/phpstan
|
||||
/tools/php-cs-fixer
|
||||
|
@ -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!';
|
||||
|
@ -29,7 +29,7 @@ class Filter extends \Opencart\System\Engine\Model {
|
||||
|
||||
/**
|
||||
* Edit Filter
|
||||
*
|
||||
*
|
||||
* @param int $filter_id
|
||||
* @param array<string, mixed> $data
|
||||
*/
|
||||
|
@ -178,7 +178,7 @@ class Order extends \Opencart\System\Engine\Controller {
|
||||
|
||||
/**
|
||||
* Save
|
||||
*
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function save(): void {
|
||||
|
@ -31,7 +31,7 @@ class Topic extends \Opencart\System\Engine\Model {
|
||||
|
||||
/**
|
||||
* Get Topics
|
||||
*
|
||||
*
|
||||
* @return array<int, array<string, mixed>>
|
||||
*/
|
||||
public function getTopics(): array {
|
||||
|
@ -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>
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user