Skip to content

Commit

Permalink
Align code style
Browse files Browse the repository at this point in the history
  • Loading branch information
AJenbo committed Mar 4, 2024
1 parent be98c25 commit 857e1c1
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@
/.DS_Store
/.cache
/.php-cs-fixer.cache
/tools/phpstan
/tools/php-cs-fixer
2 changes: 1 addition & 1 deletion upload/admin/language/en-gb/design/theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@

// 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!';
2 changes: 1 addition & 1 deletion upload/admin/model/catalog/filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function addFilter(array $data): int {

/**
* Edit Filter
*
*
* @param int $filter_id
* @param array<string, mixed> $data
*/
Expand Down
2 changes: 1 addition & 1 deletion upload/catalog/controller/api/sale/order.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public function load(): void {

/**
* Save
*
*
* @return void
*/
public function save(): void {
Expand Down
2 changes: 1 addition & 1 deletion upload/catalog/model/cms/topic.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function getTopic(int $topic_id): array {

/**
* Get Topics
*
*
* @return array<int, array<string, mixed>>
*/
public function getTopics(): array {
Expand Down
2 changes: 1 addition & 1 deletion upload/extension/opencart/catalog/model/shipping/free.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class Free extends \Opencart\System\Engine\Model {
/**
* Get Quote
*
*
* @param array<string, mixed> $address
*
* @return array<string, mixed>
Expand Down
2 changes: 1 addition & 1 deletion upload/system/vendor.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@
}

// twig/twig
$autoloader->register('Twig', DIR_STORAGE . 'vendor/twig/twig/src/', true);
$autoloader->register('Twig', DIR_STORAGE . 'vendor/twig/twig/src/', true);

0 comments on commit 857e1c1

Please sign in to comment.