Skip to content

Commit

Permalink
Applied lint
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCartpenter committed May 8, 2024
1 parent 8ada1dc commit 03b9c12
Show file tree
Hide file tree
Showing 24 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion upload/catalog/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 {
/**
* Index
* Index
*
* @return string
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerExtensionCreditCardSagepayDirect extends Controller {
/**
* Index
* Index
*
* @return void
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerExtensionCreditCardSagepayServer extends Controller {
/**
* Index
* Index
*
* @return void
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerExtensionCreditCardSquareup extends Controller {
/**
* Index
* Index
*
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion upload/catalog/controller/extension/feed/google_base.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerExtensionFeedGoogleBase extends Controller {
/**
* Index
* Index
*
* @return void
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerExtensionFeedGoogleSitemap extends Controller {
/**
* Index
* Index
*
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion upload/catalog/controller/extension/module/account.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerExtensionModuleAccount extends Controller {
/**
* Index
* Index
*
* @return string
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerExtensionModuleAmazonLogin extends Controller {
/**
* Index
* Index
*
* @return string
*/
Expand Down
2 changes: 1 addition & 1 deletion upload/catalog/controller/extension/module/amazon_pay.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerExtensionModuleAmazonPay extends Controller {
/**
* Index
* Index
*
* @return string
*/
Expand Down
2 changes: 1 addition & 1 deletion upload/catalog/controller/extension/module/category.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerExtensionModuleCategory extends Controller {
/**
* Index
* Index
*
* @return string
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerExtensionModuleDividoCalculator extends Controller {
/**
* Index
* Index
*
* @return string
*/
Expand Down
2 changes: 1 addition & 1 deletion upload/catalog/controller/extension/module/filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerExtensionModuleFilter extends Controller {
/**
* Index
* Index
*
* @return string
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerExtensionModuleGoogleHangouts extends Controller {
/**
* Index
* Index
*
* @return string
*/
Expand Down
2 changes: 1 addition & 1 deletion upload/catalog/controller/extension/module/information.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerExtensionModuleInformation extends Controller {
/**
* Index
* Index
*
* @return string
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerExtensionModuleLaybuyLayout extends Controller {
/**
* Index
* Index
*
* @return string
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function __construct(object $registry) {
}

/**
* Index
* Index
*
* @return string
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
*/
class ControllerExtensionModulePilibabaButton extends Controller {
/**
* Index
*
* Index
*
* @return string
*/
public function index(): string {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerExtensionModuleSagepayDirectCards extends Controller {
/**
* Index
* Index
*
* @return string
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerExtensionModuleSagepayServerCards extends Controller {
/**
* Index
* Index
*
* @return string
*/
Expand Down
2 changes: 1 addition & 1 deletion upload/catalog/controller/extension/module/store.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class ControllerExtensionModuleStore extends Controller {
/**
* Index
* Index
*
* @return string
*/
Expand Down
2 changes: 1 addition & 1 deletion upload/system/library/cache/apcu.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function __construct(int $expire = 3600) {
* Get
*
* @param string $key
*
*
* @return mixed
*/
public function get(string $key) {
Expand Down
2 changes: 1 addition & 1 deletion upload/system/library/cart/cart.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Cart {
private object $session;
private object $tax;
private object $weight;
private array $data = [];
private array $data = [];

/**
* Constructor
Expand Down
2 changes: 1 addition & 1 deletion upload/system/library/language.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function __construct(string $directory = '') {
* Get
*
* @param string $key
*
*
* @return string
*/
public function get(string $key): string {
Expand Down
4 changes: 2 additions & 2 deletions upload/system/library/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Template {
* Constructor
*
* @param string $adaptor
*
*
* @return mixed
*/
public function __construct(string $adaptor) {
Expand All @@ -37,7 +37,7 @@ public function __construct(string $adaptor) {
*
* @param string $key
* @param mixed $value
*
*
* @return void
*/
public function set(string $key, $value): void {
Expand Down

0 comments on commit 03b9c12

Please sign in to comment.