Skip to content

Commit

Permalink
Ran CS-Fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCartpenter committed Nov 27, 2024
1 parent b356e8e commit 1bea3a7
Show file tree
Hide file tree
Showing 247 changed files with 5,743 additions and 5,754 deletions.
2 changes: 1 addition & 1 deletion upload/admin/controller/catalog/attribute.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerCatalogAttribute extends Controller {
/**
* @var array<string, string> $error
* @var array<string, string>
*/
private array $error = [];

Expand Down
2 changes: 1 addition & 1 deletion upload/admin/controller/catalog/attribute_group.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerCatalogAttributeGroup extends Controller {
/**
* @var array<string, string> $error
* @var array<string, string>
*/
private array $error = [];

Expand Down
2 changes: 1 addition & 1 deletion upload/admin/controller/catalog/category.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerCatalogCategory extends Controller {
/**
* @var array<string, string> $error
* @var array<string, string>
*/
private array $error = [];

Expand Down
2 changes: 1 addition & 1 deletion upload/admin/controller/catalog/download.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerCatalogDownload extends Controller {
/**
* @var array<string, string> $error
* @var array<string, string>
*/
private array $error = [];

Expand Down
2 changes: 1 addition & 1 deletion upload/admin/controller/catalog/filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerCatalogFilter extends Controller {
/**
* @var array<string, string> $error
* @var array<string, string>
*/
private array $error = [];

Expand Down
2 changes: 1 addition & 1 deletion upload/admin/controller/catalog/information.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerCatalogInformation extends Controller {
/**
* @var array<string, string> $error
* @var array<string, string>
*/
private array $error = [];

Expand Down
2 changes: 1 addition & 1 deletion upload/admin/controller/catalog/manufacturer.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerCatalogManufacturer extends Controller {
/**
* @var array<string, string> $error
* @var array<string, string>
*/
private array $error = [];

Expand Down
2 changes: 1 addition & 1 deletion upload/admin/controller/catalog/option.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerCatalogOption extends Controller {
/**
* @var array<string, string> $error
* @var array<string, string>
*/
private array $error = [];

Expand Down
2 changes: 1 addition & 1 deletion upload/admin/controller/catalog/product.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerCatalogProduct extends Controller {
/**
* @var array<string, string> $error
* @var array<string, string>
*/
private array $error = [];

Expand Down
2 changes: 1 addition & 1 deletion upload/admin/controller/catalog/review.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerCatalogReview extends Controller {
/**
* @var array<string, string> $error
* @var array<string, string>
*/
private array $error = [];

Expand Down
2 changes: 1 addition & 1 deletion upload/admin/controller/catalog/subscription_plan.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerCatalogSubscriptionPlan extends Controller {
/**
* @var array<string, string> $error
* @var array<string, string>
*/
private array $error = [];

Expand Down
2 changes: 1 addition & 1 deletion upload/admin/controller/common/forgotten.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerCommonForgotten extends Controller {
/**
* @var array<string, string> $error
* @var array<string, string>
*/
private array $error = [];

Expand Down
2 changes: 1 addition & 1 deletion upload/admin/controller/common/login.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerCommonLogin extends Controller {
/**
* @var array<string, string> $error
* @var array<string, string>
*/
private array $error = [];

Expand Down
2 changes: 1 addition & 1 deletion upload/admin/controller/common/profile.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerCommonProfile extends Controller {
/**
* @var array<string, string> $error
* @var array<string, string>
*/
private array $error = [];

Expand Down
2 changes: 1 addition & 1 deletion upload/admin/controller/common/reset.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerCommonReset extends Controller {
/**
* @var array<string, string> $error
* @var array<string, string>
*/
private array $error = [];

Expand Down
2 changes: 1 addition & 1 deletion upload/admin/controller/customer/custom_field.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerCustomerCustomField extends Controller {
/**
* @var array<string, string> $error
* @var array<string, string>
*/
private array $error = [];

Expand Down
2 changes: 1 addition & 1 deletion upload/admin/controller/customer/customer.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerCustomerCustomer extends Controller {
/**
* @var array<string, string> $error
* @var array<string, string>
*/
private array $error = [];

Expand Down
2 changes: 1 addition & 1 deletion upload/admin/controller/customer/customer_group.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerCustomerCustomerGroup extends Controller {
/**
* @var array<string, string> $error
* @var array<string, string>
*/
private array $error = [];

Expand Down
2 changes: 1 addition & 1 deletion upload/admin/controller/design/banner.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerDesignBanner extends Controller {
/**
* @var array<string, string> $error
* @var array<string, string>
*/
private array $error = [];

Expand Down
2 changes: 1 addition & 1 deletion upload/admin/controller/design/layout.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerDesignLayout extends Controller {
/**
* @var array<string, string> $error
* @var array<string, string>
*/
private array $error = [];

Expand Down
2 changes: 1 addition & 1 deletion upload/admin/controller/design/seo_url.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerDesignSeoUrl extends Controller {
/**
* @var array<string, string> $error
* @var array<string, string>
*/
private array $error = [];

Expand Down
2 changes: 1 addition & 1 deletion upload/admin/controller/design/translation.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerDesignTranslation extends Controller {
/**
* @var array<string, string> $error
* @var array<string, string>
*/
private array $error = [];

Expand Down
5 changes: 2 additions & 3 deletions upload/admin/controller/extension/advertise/google.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ class ControllerExtensionAdvertiseGoogle extends Controller {
use StoreLoader;

/**
* @var array<string, string> $error
*
* @var array<string, string>
*/
private array $error;

/**
* @var int $store_id
* @var int
*/
private int $store_id;

Expand Down
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/analytics/google.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerExtensionAnalyticsGoogle extends Controller {
/**
* @var array<string, string> $error
* @var array<string, string>
*/
private array $error = [];

Expand Down
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/captcha/basic.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerExtensionCaptchaBasic extends Controller {
/**
* @var array<string, string> $error
* @var array<string, string>
*/
private array $error = [];

Expand Down
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/captcha/google.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerExtensionCaptchaGoogle extends Controller {
/**
* @var array<string, string> $error
* @var array<string, string>
*/
private array $error = [];

Expand Down
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/currency/ecb.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerExtensionCurrencyEcb extends Controller {
/**
* @var array<string, string> $error
* @var array<string, string>
*/
private array $error = [];

Expand Down
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/dashboard/activity.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerExtensionDashboardActivity extends Controller {
/**
* @var array<string, string> $error
* @var array<string, string>
*/
private array $error = [];

Expand Down
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/dashboard/chart.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerExtensionDashboardChart extends Controller {
/**
* @var array<string, string> $error
* @var array<string, string>
*/
private array $error = [];

Expand Down
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/dashboard/customer.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerExtensionDashboardCustomer extends Controller {
/**
* @var array<string, string> $error
* @var array<string, string>
*/
private array $error = [];

Expand Down
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/dashboard/map.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerExtensionDashboardMap extends Controller {
/**
* @var array<string, string> $error
* @var array<string, string>
*/
private array $error = [];

Expand Down
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/dashboard/online.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerExtensionDashboardOnline extends Controller {
/**
* @var array<string, string> $error
* @var array<string, string>
*/
private array $error = [];

Expand Down
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/dashboard/order.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerExtensionDashboardOrder extends Controller {
/**
* @var array<string, string> $error
* @var array<string, string>
*/
private array $error = [];

Expand Down
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/dashboard/recent.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerExtensionDashboardRecent extends Controller {
/**
* @var array<string, string> $error
* @var array<string, string>
*/
private array $error = [];

Expand Down
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/dashboard/sale.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerExtensionDashboardSale extends Controller {
/**
* @var array<string, string> $error
* @var array<string, string>
*/
private array $error = [];

Expand Down
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/extension/advertise.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerExtensionExtensionAdvertise extends Controller {
/**
* @var array<string, string> $error
* @var array<string, string>
*/
private array $error = [];

Expand Down
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/extension/analytics.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerExtensionExtensionAnalytics extends Controller {
/**
* @var array<string, string> $error
* @var array<string, string>
*/
private array $error = [];

Expand Down
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/extension/captcha.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerExtensionExtensionCaptcha extends Controller {
/**
* @var array<string, string> $error
* @var array<string, string>
*/
private array $error = [];

Expand Down
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/extension/currency.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerExtensionExtensionCurrency extends Controller {
/**
* @var array<string, string> $error
* @var array<string, string>
*/
private array $error = [];

Expand Down
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/extension/dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerExtensionExtensionDashboard extends Controller {
/**
* @var array<string, string> $error
* @var array<string, string>
*/
private array $error = [];

Expand Down
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/extension/feed.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerExtensionExtensionFeed extends Controller {
/**
* @var array<string, string> $error
* @var array<string, string>
*/
private array $error = [];

Expand Down
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/extension/fraud.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerExtensionExtensionFraud extends Controller {
/**
* @var array<string, string> $error
* @var array<string, string>
*/
private array $error = [];

Expand Down
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/extension/menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerExtensionExtensionMenu extends Controller {
/**
* @var array<string, string> $error
* @var array<string, string>
*/
private array $error = [];

Expand Down
Loading

0 comments on commit 1bea3a7

Please sign in to comment.