Skip to content

Commit

Permalink
Empty space removed
Browse files Browse the repository at this point in the history
  • Loading branch information
condor2 committed Dec 26, 2023
1 parent e5278c1 commit 642c745
Show file tree
Hide file tree
Showing 158 changed files with 293 additions and 296 deletions.
3 changes: 2 additions & 1 deletion .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
->setRiskyAllowed(true)
->setIndent("\t")
->setRules([
'@PSR12' => true,
'@PER-CS2.0:risky' => true,
'@PER-CS2.0' => true,
'array_syntax' => true,
'assign_null_coalescing_to_coalesce_equal' => true,
'binary_operator_spaces' => ['default' => 'single_space','operators' => ['=' => 'at_least_single_space','=>' => 'align_single_space_minimal']],
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 @@ -549,4 +549,4 @@ protected function validateDelete() {

return !$this->error;
}
}
}
2 changes: 1 addition & 1 deletion upload/admin/controller/customer/customer.php
Original file line number Diff line number Diff line change
Expand Up @@ -1532,4 +1532,4 @@ public function address() {
$this->response->addHeader('Content-Type: application/json');
$this->response->setOutput(json_encode($json));
}
}
}
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 @@ -403,4 +403,4 @@ protected function validateDelete() {

return !$this->error;
}
}
}
2 changes: 1 addition & 1 deletion upload/admin/controller/design/banner.php
Original file line number Diff line number Diff line change
Expand Up @@ -427,4 +427,4 @@ protected function validateDelete() {

return !$this->error;
}
}
}
2 changes: 1 addition & 1 deletion upload/admin/controller/design/layout.php
Original file line number Diff line number Diff line change
Expand Up @@ -488,4 +488,4 @@ protected function validateDelete() {

return !$this->error;
}
}
}
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 @@ -467,4 +467,4 @@ protected function validateDelete() {

return !$this->error;
}
}
}
2 changes: 1 addition & 1 deletion upload/admin/controller/error/not_found.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ public function index() {

$this->response->setOutput($this->load->view('error/not_found', $data));
}
}
}
2 changes: 1 addition & 1 deletion upload/admin/controller/event/compatibility.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ public function view(string &$route, array &$data) {
$data['back'] = $this->url->link('extension/extension', 'token=' . $this->session->data['token'] . '&type=' . $part[0], true);
}
}
}
}
2 changes: 1 addition & 1 deletion upload/admin/controller/event/theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ public function index(string &$view, array &$data) {
$view = substr($view, 0, -3);
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ protected function validate() {

return !$this->error;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ protected function validate() {

return !$this->error;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ protected function validate() {

return !$this->error;
}
}
}
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 @@ -173,4 +173,4 @@ public function currency() {

return null;
}
}
}
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 @@ -136,4 +136,4 @@ public function dashboard(): string {

return $this->load->view('extension/dashboard/activity_info', $data);
}
}
}
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 @@ -216,4 +216,4 @@ public function chart() {
$this->response->addHeader('Content-Type: application/json');
$this->response->setOutput(json_encode($json));
}
}
}
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 @@ -138,4 +138,4 @@ public function dashboard(): string {

return $this->load->view('extension/dashboard/customer_info', $data);
}
}
}
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 @@ -126,4 +126,4 @@ public function map() {
$this->response->addHeader('Content-Type: application/json');
$this->response->setOutput(json_encode($json));
}
}
}
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 @@ -125,4 +125,4 @@ public function dashboard(): string {

return $this->load->view('extension/dashboard/online_info', $data);
}
}
}
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 @@ -138,4 +138,4 @@ public function dashboard(): string {

return $this->load->view('extension/dashboard/order_info', $data);
}
}
}
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 @@ -141,4 +141,4 @@ public function dashboard(): string {

return $this->load->view('extension/dashboard/recent_info', $data);
}
}
}
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/event.php
Original file line number Diff line number Diff line change
Expand Up @@ -239,4 +239,4 @@ protected function validate() {

return !$this->error;
}
}
}
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ public function index() {

$this->response->setOutput($this->load->view('extension/extension', $data));
}
}
}
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 @@ -143,4 +143,4 @@ protected function validate() {

return !$this->error;
}
}
}
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 @@ -122,4 +122,4 @@ protected function validate() {

return !$this->error;
}
}
}
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 @@ -122,4 +122,4 @@ protected function validate() {

return !$this->error;
}
}
}
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 @@ -123,4 +123,4 @@ protected function validate() {

return !$this->error;
}
}
}
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 @@ -118,4 +118,4 @@ protected function validate() {

return !$this->error;
}
}
}
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 @@ -119,4 +119,4 @@ protected function validate() {

return !$this->error;
}
}
}
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/extension/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,4 +188,4 @@ protected function validate() {

return !$this->error;
}
}
}
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/extension/payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ protected function validate() {

return !$this->error;
}
}
}
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/extension/shipping.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ protected function validate() {

return !$this->error;
}
}
}
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/extension/theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@ protected function validate() {

return !$this->error;
}
}
}
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/extension/total.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@ protected function validate() {

return !$this->error;
}
}
}
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/feed/google_base.php
Original file line number Diff line number Diff line change
Expand Up @@ -273,4 +273,4 @@ public function autocomplete() {
$this->response->addHeader('Content-Type: application/json');
$this->response->setOutput(json_encode($json));
}
}
}
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/feed/google_sitemap.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ protected function validate() {

return !$this->error;
}
}
}
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/fraud/ip.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,4 +203,4 @@ public function removeIp() {
$this->response->addHeader('Content-Type: application/json');
$this->response->setOutput(json_encode($json));
}
}
}
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/fraud/maxmind.php
Original file line number Diff line number Diff line change
Expand Up @@ -448,4 +448,4 @@ public function order(): string {
return '';
}
}
}
}
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -609,4 +609,4 @@ public function clear() {
$this->response->addHeader('Content-Type: application/json');
$this->response->setOutput(json_encode($json));
}
}
}
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/modification.php
Original file line number Diff line number Diff line change
Expand Up @@ -797,4 +797,4 @@ protected function validate() {

return !$this->error;
}
}
}
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/module/account.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ protected function validate() {

return !$this->error;
}
}
}
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/module/affiliate.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ protected function validate() {

return !$this->error;
}
}
}
3 changes: 1 addition & 2 deletions upload/admin/controller/extension/module/amazon_login.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,4 @@ public function uninstall() {
$this->load->model('extension/event');
$this->model_extension_event->deleteEvent('amazon_login');
}

}
}
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/module/amazon_pay.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@ public function uninstall() {
$this->load->model('extension/event');
$this->model_extension_event->deleteEvent('amazon_pay');
}
}
}
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/module/banner.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,4 @@ protected function validate() {

return !$this->error;
}
}
}
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/module/carousel.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,4 @@ protected function validate() {

return !$this->error;
}
}
}
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/module/category.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ protected function validate() {

return !$this->error;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ protected function validate() {

return !$this->error;
}
}
}
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/module/ebay_listing.php
Original file line number Diff line number Diff line change
Expand Up @@ -235,4 +235,4 @@ protected function validate() {

return !$this->error;
}
}
}
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/module/featured.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,4 +190,4 @@ protected function validate() {

return !$this->error;
}
}
}
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/module/filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ protected function validate() {

return !$this->error;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ protected function validate() {

return !$this->error;
}
}
}
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/module/html.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,4 @@ protected function validate() {

return !$this->error;
}
}
}
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/module/information.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ protected function validate() {

return !$this->error;
}
}
}
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/module/latest.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,4 @@ protected function validate() {

return !$this->error;
}
}
}
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/module/laybuy_layout.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ protected function validate() {

return !$this->error;
}
}
}
Loading

0 comments on commit 642c745

Please sign in to comment.