Skip to content

Commit a7a6861

Browse files
authored
Update Shortcode.php
1 parent c1ddb80 commit a7a6861

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Shortcode.php

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,25 @@
11
<?php
22

33
/**
4-
* This file is part of the Force Components.
4+
* @package Flextype Components
55
*
6-
* (c) Romanenko Sergey / Awilum <[email protected]>
6+
* @author Sergey Romanenko <[email protected]>
7+
* @link http://components.flextype.org
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.
1011
*/
1112

13+
namespace Flextype\Component\Shortcode;
14+
1215
class Shortcode
1316
{
1417
/**
1518
* Shortcode tags array
1619
*
1720
* @var shortcode_tags
1821
*/
19-
protected static $shortcode_tags = array();
22+
protected static $shortcode_tags = [];
2023

2124
/**
2225
* Protected constructor since this is a static class.

0 commit comments

Comments
 (0)