Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jun 2, 2024
1 parent 5a6b1a7 commit 1a5a470
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Core/lib/array/other.php → Core/lib/array/other/array.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
<?php
use Df\Config\ArrayItem as AI;
use Df\Core\Exception as DFE;
use Magento\Framework\DataObject as _DO;

/**
* @used-by df_con_hier_suf_ta()
* @used-by df_explode_xpath()
Expand Down
3 changes: 3 additions & 0 deletions Core/lib/array/other/ids.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?php
use Df\Config\ArrayItem as AI;
use Magento\Framework\DataObject as _DO;

/**
* 2016-07-31
* @uses df_id()
Expand Down
1 change: 1 addition & 0 deletions Core/lib/array/other/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
use Magento\Framework\DataObject as _DO;
/**
* 2015-12-30 Преобразует коллекцию или массив в карту.
* @used-by df_mvars()
Expand Down

0 comments on commit 1a5a470

Please sign in to comment.