Skip to content

Commit

Permalink
Re-added class titles
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCartpenter committed Jan 20, 2024
1 parent e80c517 commit f35da0d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
11 changes: 8 additions & 3 deletions upload/admin/controller/catalog/attribute.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
<?php
/**
* Class Attribute
*
* @package Admin\Controller\Catalog
*/
class ControllerCatalogAttribute extends Controller {
/**
* @var array<string, string>
*/
private $error = [];
private array $error = [];

/**
* Index
Expand Down Expand Up @@ -135,7 +140,7 @@ public function delete(): void {

/**
* Get List
*
*
* @return void
*/
protected function getList(): void {
Expand Down Expand Up @@ -277,7 +282,7 @@ protected function getList(): void {

/**
* Get Form
*
*
* @return void
*/
protected function getForm(): void {
Expand Down
5 changes: 5 additions & 0 deletions upload/admin/controller/customer/customer_approval.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* Class Customer Approval
*
* @package Admin\Controller\Customer
*/
class ControllerCustomerCustomerApproval extends Controller {
/**
* @return void
Expand Down

0 comments on commit f35da0d

Please sign in to comment.