Skip to content

Commit

Permalink
More PHPDocs work
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCartpenter committed Jun 9, 2024
1 parent a04a0f2 commit b283d63
Show file tree
Hide file tree
Showing 262 changed files with 390 additions and 374 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>
* @var array<string, string> $error
*/
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>
* @var array<string, string> $error
*/
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>
* @var array<string, string> $error
*/
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>
* @var array<string, string> $error
*/
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>
* @var array<string, string> $error
*/
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>
* @var array<string, string> $error
*/
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>
* @var array<string, string> $error
*/
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>
* @var array<string, string> $error
*/
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>
* @var array<string, string> $error
*/
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>
* @var array<string, string> $error
*/
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>
* @var array<string, string> $error
*/
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>
* @var array<string, string> $error
*/
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>
* @var array<string, string> $error
*/
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>
* @var array<string, string> $error
*/
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>
* @var array<string, string> $error
*/
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>
* @var array<string, string> $error
*/
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>
* @var array<string, string> $error
*/
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>
* @var array<string, string> $error
*/
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>
* @var array<string, string> $error
*/
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>
* @var array<string, string> $error
*/
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>
* @var array<string, string> $error
*/
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>
* @var array<string, string> $error
*/
private array $error = [];

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

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

/**
* @var int $store_id
*/
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>
* @var array<string, string> $error
*/
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>
* @var array<string, string> $error
*/
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>
* @var array<string, string> $error
*/
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>
* @var array<string, string> $error
*/
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>
* @var array<string, string> $error
*/
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>
* @var array<string, string> $error
*/
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>
* @var array<string, string> $error
*/
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>
* @var array<string, string> $error
*/
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>
* @var array<string, string> $error
*/
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>
* @var array<string, string> $error
*/
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>
* @var array<string, string> $error
*/
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>
* @var array<string, string> $error
*/
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>
* @var array<string, string> $error
*/
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>
* @var array<string, string> $error
*/
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>
* @var array<string, string> $error
*/
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>
* @var array<string, string> $error
*/
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>
* @var array<string, string> $error
*/
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>
* @var array<string, string> $error
*/
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>
* @var array<string, string> $error
*/
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>
* @var array<string, string> $error
*/
private array $error = [];

Expand Down
Loading

0 comments on commit b283d63

Please sign in to comment.