Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Dec 7, 2022
1 parent bd2b32c commit acceab3
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Plugin/Framework/Stdlib/DateTime/Timezone.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
namespace TFC\Core\Plugin\Framework\Stdlib\DateTime;
use Magento\Framework\App\ScopeInterface as IScope;
use Magento\Framework\Stdlib\DateTime\Timezone as Sb;
/**
* 2019-10-07
* @final Unable to use the PHP «final» keyword here because of the M2 code generation.
* "Transfer the `\Magento\Framework\Stdlib\DateTime\Timezone::isScopeDateInInterval()` method modification
* to the `tradefurniturecompany/core` module": https://github.com/tradefurniturecompany/core/issues/13
*/
# 2019-10-07
# "Transfer the `\Magento\Framework\Stdlib\DateTime\Timezone::isScopeDateInInterval()` method modification
# to the `tradefurniturecompany/core` module": https://github.com/tradefurniturecompany/core/issues/13
/** @final Unable to use the PHP «final» keyword here because of the M2 code generation. */
class Timezone extends Sb {
/** 2019-10-07 */
function __construct() {}
Expand Down

0 comments on commit acceab3

Please sign in to comment.