Skip to content

Commit

Permalink
fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
CB9TOIIIA committed Nov 17, 2024
1 parent 6cfc16f commit 7daa1b3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
use Joomla\String\StringHelper;
/**
* JBZoo Application
*
Expand All @@ -11,12 +10,11 @@
* @license GPL-2.0
* @copyright Copyright (C) JBZoo.com, All rights reserved.
* @link https://github.com/JBZoo/JBZoo
* @author Denis Smetannikov <[email protected]>
*/

// no direct access
defined('_JEXEC') or die('Restricted access');

use Joomla\String\StringHelper;
/**
* Class JBCartElementCurrency
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
use Joomla\String\StringHelper;
/**
* JBZoo Application
*
Expand All @@ -11,12 +10,11 @@
* @license GPL-2.0
* @copyright Copyright (C) JBZoo.com, All rights reserved.
* @link https://github.com/JBZoo/JBZoo
* @author Denis Smetannikov <[email protected]>
*/

// no direct access
defined('_JEXEC') or die('Restricted access');

use Joomla\String\StringHelper;
/**
* Class Element
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
use Joomla\String\StringHelper;
/**
* JBZoo Application
*
Expand All @@ -11,12 +10,11 @@
* @license GPL-2.0
* @copyright Copyright (C) JBZoo.com, All rights reserved.
* @link https://github.com/JBZoo/JBZoo
* @author Denis Smetannikov <[email protected]>
*/

// no direct access
defined('_JEXEC') or die('Restricted access');

use Joomla\String\StringHelper;
/**
* Class JBCartElementEmail
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
use Joomla\String\StringHelper;
/**
* JBZoo Application
*
Expand All @@ -11,12 +10,11 @@
* @license GPL-2.0
* @copyright Copyright (C) JBZoo.com, All rights reserved.
* @link https://github.com/JBZoo/JBZoo
* @author Denis Smetannikov <[email protected]>
*/

// no direct access
defined('_JEXEC') or die('Restricted access');

use Joomla\String\StringHelper;
/**
* Class JBCartElementPrice
* @since 2.2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
use Joomla\String\StringHelper;
/**
* JBZoo Application
*
Expand All @@ -11,11 +10,11 @@
* @license GPL-2.0
* @copyright Copyright (C) JBZoo.com, All rights reserved.
* @link https://github.com/JBZoo/JBZoo
* @author Denis Smetannikov <[email protected]>
*/

// no direct access
defined('_JEXEC') or die('Restricted access');
use Joomla\String\StringHelper;

if (($html === '' || $html === null) && (!$this->isCore())) {
$html = $this->getJBPrice()->renderWarning('_warning.php', JText::_('JBZOO_PRICE_EDIT_ERROR_ADD_OPTIONS'));
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
use Joomla\String\StringHelper;
/**
* JBZoo Application
*
Expand All @@ -11,12 +10,11 @@
* @license GPL-2.0
* @copyright Copyright (C) JBZoo.com, All rights reserved.
* @link https://github.com/JBZoo/JBZoo
* @author Denis Smetannikov <[email protected]>
*/

// no direct access
defined('_JEXEC') or die('Restricted access');

use Joomla\String\StringHelper;
/**
* Class JBCartElementShipping
*/
Expand Down

0 comments on commit 7daa1b3

Please sign in to comment.