File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Model/Wysiwyg/Images/Storage Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4
4
* See COPYING.txt for license details.
5
5
*/
6
6
7
- // @codingStandardsIgnoreFile
8
-
9
7
namespace Magento \Cms \Block ;
10
8
9
+ use Magento \Framework \View \Element \AbstractBlock ;
10
+
11
11
/**
12
12
* Cms block content block
13
13
*/
14
- class Block extends \ Magento \ Framework \ View \ Element \ AbstractBlock implements \Magento \Framework \DataObject \IdentityInterface
14
+ class Block extends AbstractBlock implements \Magento \Framework \DataObject \IdentityInterface
15
15
{
16
16
/**
17
17
* @var \Magento\Cms\Model\Template\FilterProvider
Original file line number Diff line number Diff line change 4
4
* See COPYING.txt for license details.
5
5
*/
6
6
7
- // @codingStandardsIgnoreFile
8
-
9
7
namespace Magento \Cms \Model \Wysiwyg \Images \Storage ;
10
8
11
9
use Magento \Framework \App \Filesystem \DirectoryList ;
@@ -26,8 +24,10 @@ class Collection extends \Magento\Framework\Data\Collection\Filesystem
26
24
* @param \Magento\Framework\Data\Collection\EntityFactory $entityFactory
27
25
* @param \Magento\Framework\Filesystem $filesystem
28
26
*/
29
- public function __construct (\Magento \Framework \Data \Collection \EntityFactory $ entityFactory , \Magento \Framework \Filesystem $ filesystem )
30
- {
27
+ public function __construct (
28
+ \Magento \Framework \Data \Collection \EntityFactory $ entityFactory ,
29
+ \Magento \Framework \Filesystem $ filesystem
30
+ ) {
31
31
$ this ->_filesystem = $ filesystem ;
32
32
parent ::__construct ($ entityFactory );
33
33
}
You can’t perform that action at this time.
0 commit comments