Skip to content

Commit

Permalink
PhpCs: single_space_around_construct
Browse files Browse the repository at this point in the history
  • Loading branch information
BadPixxel committed Nov 8, 2024
1 parent 532c836 commit df346e8
Show file tree
Hide file tree
Showing 52 changed files with 95 additions and 69 deletions.
2 changes: 1 addition & 1 deletion modules/splashsync/src/Local.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
use Context;
use Employee;
use Language;
use Splash\Core\SplashCore as Splash;
use Splash\Core\SplashCore as Splash;
use Splash\Local\Objects\Product;
use Splash\Local\Services\DiscountsManager;
use Splash\Local\Services\KernelManager;
Expand Down
4 changes: 2 additions & 2 deletions modules/splashsync/src/Objects/Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
* file that was distributed with this source code.
*/

namespace Splash\Local\Objects;
namespace Splash\Local\Objects;

use Address as psAddress;
use Splash\Core\SplashCore as Splash;
use Splash\Core\SplashCore as Splash;
use Splash\Local\Local;
use Splash\Local\Traits\SplashIdTrait;
use Splash\Models\AbstractObject;
Expand Down
2 changes: 1 addition & 1 deletion modules/splashsync/src/Objects/Address/CRUDTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
namespace Splash\Local\Objects\Address;

use Address;
use Splash\Core\SplashCore as Splash;
use Splash\Core\SplashCore as Splash;

/**
* Prestashop ThirdParty CRUD Functions
Expand Down
2 changes: 1 addition & 1 deletion modules/splashsync/src/Objects/Address/CoreTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
namespace Splash\Local\Objects\Address;

use Customer;
use Splash\Core\SplashCore as Splash;
use Splash\Core\SplashCore as Splash;
use Translate;

/**
Expand Down
4 changes: 2 additions & 2 deletions modules/splashsync/src/Objects/Address/ObjectsListTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
* file that was distributed with this source code.
*/

namespace Splash\Local\Objects\Address;
namespace Splash\Local\Objects\Address;

//====================================================================//
// Prestashop Static Classes
use DbQuery;
use Splash\Core\SplashCore as Splash;
use Splash\Core\SplashCore as Splash;
use Splash\Local\Services\LanguagesManager;

/**
Expand Down
2 changes: 1 addition & 1 deletion modules/splashsync/src/Objects/Core/FileProviderTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
namespace Splash\Local\Objects\Core;

use Order;
use Splash\Client\Splash as Splash;
use Splash\Client\Splash as Splash;
use Splash\Local\Services\OrderPdfManager;

/**
Expand Down
2 changes: 1 addition & 1 deletion modules/splashsync/src/Objects/Core/MultiLangTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
namespace Splash\Local\Objects\Core;

use Product;
use Splash\Core\SplashCore as Splash;
use Splash\Core\SplashCore as Splash;
use Tools;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
* file that was distributed with this source code.
*/

namespace Splash\Local\Objects\Core;
namespace Splash\Local\Objects\Core;

use Db;
use DbQuery;
use PrestaShopDatabaseException;
use Splash\Core\SplashCore as Splash;
use Splash\Core\SplashCore as Splash;

/**
* Common Acces to Objects Lists Functions
Expand Down
4 changes: 2 additions & 2 deletions modules/splashsync/src/Objects/CreditNote.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
* file that was distributed with this source code.
*/

namespace Splash\Local\Objects;
namespace Splash\Local\Objects;

use Configuration;
use Context;
use Currency;
use OrderSlip;
use PrestaShopCollection;
use Shop;
use Splash\Core\SplashCore as Splash;
use Splash\Core\SplashCore as Splash;
use Splash\Local\Local;
use Splash\Models\AbstractObject;
use Splash\Models\Objects\IntelParserTrait;
Expand Down
2 changes: 1 addition & 1 deletion modules/splashsync/src/Objects/CreditNote/CRUDTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
use Carrier;
use Order;
use OrderSlip;
use Splash\Core\SplashCore as Splash;
use Splash\Core\SplashCore as Splash;
use TaxCalculator;

/**
Expand Down
2 changes: 1 addition & 1 deletion modules/splashsync/src/Objects/CreditNote/HooksTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

use Exception;
use OrderSlip;
use Splash\Core\SplashCore as Splash;
use Splash\Core\SplashCore as Splash;

/**
* Prestashop Hooks for Credit Notes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
* file that was distributed with this source code.
*/

namespace Splash\Local\Objects\CreditNote;
namespace Splash\Local\Objects\CreditNote;

use DbQuery;
use Splash\Core\SplashCore as Splash;
use Splash\Core\SplashCore as Splash;

/**
* Acces to Invoices Objects Lists
Expand Down
2 changes: 1 addition & 1 deletion modules/splashsync/src/Objects/CreditNote/StatusTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* file that was distributed with this source code.
*/

namespace Splash\Local\Objects\CreditNote;
namespace Splash\Local\Objects\CreditNote;

use Translate;

Expand Down
4 changes: 2 additions & 2 deletions modules/splashsync/src/Objects/Invoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
* file that was distributed with this source code.
*/

namespace Splash\Local\Objects;
namespace Splash\Local\Objects;

use Configuration;
use Currency;
use OrderInvoice;
use PrestaShopCollection;
use Shop;
use Splash\Core\SplashCore as Splash;
use Splash\Core\SplashCore as Splash;
use Splash\Local\Local;
use Splash\Models\AbstractObject;
use Splash\Models\Objects\IntelParserTrait;
Expand Down
2 changes: 1 addition & 1 deletion modules/splashsync/src/Objects/Invoice/CRUDTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
use Carrier;
use Order;
use OrderInvoice;
use Splash\Core\SplashCore as Splash;
use Splash\Core\SplashCore as Splash;
use Splash\Local\Services\DiscountsManager;

/**
Expand Down
4 changes: 2 additions & 2 deletions modules/splashsync/src/Objects/Invoice/ObjectsListTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
* file that was distributed with this source code.
*/

namespace Splash\Local\Objects\Invoice;
namespace Splash\Local\Objects\Invoice;

use DbQuery;
use OrderInvoice;
use Splash\Core\SplashCore as Splash;
use Splash\Core\SplashCore as Splash;
use Splash\Local\Services\LanguagesManager as SLM;

/**
Expand Down
2 changes: 1 addition & 1 deletion modules/splashsync/src/Objects/Invoice/StatusTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* file that was distributed with this source code.
*/

namespace Splash\Local\Objects\Invoice;
namespace Splash\Local\Objects\Invoice;

use Translate;

Expand Down
4 changes: 2 additions & 2 deletions modules/splashsync/src/Objects/Order.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
* file that was distributed with this source code.
*/

namespace Splash\Local\Objects;
namespace Splash\Local\Objects;

use Configuration;
use Currency;
use Order as psOrder;
use PrestaShopCollection;
use Splash\Core\SplashCore as Splash;
use Splash\Core\SplashCore as Splash;
use Splash\Local\Local;
use Splash\Models\AbstractObject;
use Splash\Models\Objects\IntelParserTrait;
Expand Down
2 changes: 1 addition & 1 deletion modules/splashsync/src/Objects/Order/CRUDTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
use Order;
use PrestaShopException;
use Shop;
use Splash\Core\SplashCore as Splash;
use Splash\Core\SplashCore as Splash;
use Splash\Local\Services\DiscountsManager;
use Splash\Local\Services\LanguagesManager as SLM;
use Splash\Local\Services\MultiShopManager as MSM;
Expand Down
2 changes: 1 addition & 1 deletion modules/splashsync/src/Objects/Order/HooksTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
use Order;
use PrestaShopCollection;
use PrestaShopException;
use Splash\Core\SplashCore as Splash;
use Splash\Core\SplashCore as Splash;

/**
* Prestashop Hooks for Order & Invoices
Expand Down
2 changes: 1 addition & 1 deletion modules/splashsync/src/Objects/Order/ItemsTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

use OrderDetail;
use PrestaShopException;
use Splash\Core\SplashCore as Splash;
use Splash\Core\SplashCore as Splash;
use Splash\Local\Objects\Invoice;
use Splash\Local\Objects\Product;
use Splash\Local\Services\DiscountsManager;
Expand Down
4 changes: 2 additions & 2 deletions modules/splashsync/src/Objects/Order/ObjectsListTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
* file that was distributed with this source code.
*/

namespace Splash\Local\Objects\Order;
namespace Splash\Local\Objects\Order;

use DbQuery;
use Splash\Core\SplashCore as Splash;
use Splash\Core\SplashCore as Splash;

/**
* Access to Order Objects Lists
Expand Down
2 changes: 1 addition & 1 deletion modules/splashsync/src/Objects/Order/PaymentsTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

use OrderPayment;
use PrestaShopCollection;
use Splash\Core\SplashCore as Splash;
use Splash\Core\SplashCore as Splash;
use Splash\Local\Objects\Invoice;
use Splash\Local\Services\PaymentMethodsManager;
use Splash\Models\Objects\Invoice\PaymentMethods;
Expand Down
2 changes: 1 addition & 1 deletion modules/splashsync/src/Objects/Order/PdfTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

namespace Splash\Local\Objects\Order;

use Splash\Core\SplashCore as Splash;
use Splash\Core\SplashCore as Splash;
use Splash\Local\Services\OrderPdfManager;
use Translate;

Expand Down
4 changes: 2 additions & 2 deletions modules/splashsync/src/Objects/Order/PrimaryTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
* file that was distributed with this source code.
*/

namespace Splash\Local\Objects\Order;
namespace Splash\Local\Objects\Order;

//====================================================================//
// Prestashop Static Classes
use Db;
use DbQuery;
use Splash\Core\SplashCore as Splash;
use Splash\Core\SplashCore as Splash;

/**
* Search Order by Primary Keys
Expand Down
4 changes: 2 additions & 2 deletions modules/splashsync/src/Objects/Product.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
* file that was distributed with this source code.
*/

namespace Splash\Local\Objects;
namespace Splash\Local\Objects;

use Combination;
use Configuration;
use Context;
use Currency;
use Product as psProduct;
use Shop;
use Splash\Core\SplashCore as Splash;
use Splash\Core\SplashCore as Splash;
use Splash\Local\Local;
use Splash\Models\AbstractObject;
use Splash\Models\Objects\ListsTrait;
Expand Down
2 changes: 1 addition & 1 deletion modules/splashsync/src/Objects/Product/AttributeTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

use Combination;
use PrestaShopException;
use Splash\Client\Splash as Splash;
use Splash\Client\Splash as Splash;
use Splash\Local\Services\LanguagesManager as SLM;

/**
Expand Down
4 changes: 2 additions & 2 deletions modules/splashsync/src/Objects/Product/CRUDTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
use Language;
use Product;
use Shop;
use Splash\Client\Splash as SplashClient;
use Splash\Core\SplashCore as Splash;
use Splash\Client\Splash as SplashClient;
use Splash\Core\SplashCore as Splash;
use Splash\Local\Services\LanguagesManager as SLM;
use Splash\Local\Services\MultiShopManager as MSM;
use Tools;
Expand Down
2 changes: 1 addition & 1 deletion modules/splashsync/src/Objects/Product/DescTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
use Configuration;
use Language;
use Product;
use Splash\Core\SplashCore as Splash;
use Splash\Core\SplashCore as Splash;
use Splash\Local\Services\LanguagesManager;
use Splash\Local\Services\MultiShopManager as MSM;
use Translate;
Expand Down
2 changes: 1 addition & 1 deletion modules/splashsync/src/Objects/Product/IdEncoderTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

namespace Splash\Local\Objects\Product;

use Splash\Core\SplashCore as Splash;
use Splash\Core\SplashCore as Splash;

/**
* Prestashop Product IDs Encoding/Decoding Functions
Expand Down
2 changes: 1 addition & 1 deletion modules/splashsync/src/Objects/Product/ImagesTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
use ImageType;
use Link;
use Shop;
use Splash\Core\SplashCore as Splash;
use Splash\Core\SplashCore as Splash;
use Splash\Local\Services\LanguagesManager as SLM;
use Splash\Local\Services\MultiShopManager as MSM;
use Splash\Models\Objects\ImagesTrait as SplashImagesTrait;
Expand Down
4 changes: 2 additions & 2 deletions modules/splashsync/src/Objects/Product/ObjectsListTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
* file that was distributed with this source code.
*/

namespace Splash\Local\Objects\Product;
namespace Splash\Local\Objects\Product;

use Configuration;
use DbQuery;
use Product;
use Shop;
use Splash\Core\SplashCore as Splash;
use Splash\Core\SplashCore as Splash;
use Splash\Local\Services\LanguagesManager as SLM;
use Splash\Local\Services\PmAdvancedPack;

Expand Down
2 changes: 1 addition & 1 deletion modules/splashsync/src/Objects/Product/PricesTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
namespace Splash\Local\Objects\Product;

use Combination;
use Splash\Core\SplashCore as Splash;
use Splash\Core\SplashCore as Splash;
use Splash\Local\Services\LanguagesManager;
use Splash\Local\Services\TaxManager;
use Splash\Models\Objects\PricesTrait as SplashPricesTrait;
Expand Down
4 changes: 2 additions & 2 deletions modules/splashsync/src/Objects/Product/PrimaryTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
* file that was distributed with this source code.
*/

namespace Splash\Local\Objects\Product;
namespace Splash\Local\Objects\Product;

//====================================================================//
// Prestashop Static Classes
use Db;
use DbQuery;
use Shop;
use Splash\Core\SplashCore as Splash;
use Splash\Core\SplashCore as Splash;
use Splash\Local\Services\MultiShopFieldsManager;

/**
Expand Down
Loading

0 comments on commit df346e8

Please sign in to comment.