We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1ddb80 commit a7a6861Copy full SHA for a7a6861
1 file changed
Shortcode.php
@@ -1,22 +1,25 @@
1
<?php
2
3
/**
4
- * This file is part of the Force Components.
+ * @package Flextype Components
5
*
6
- * (c) Romanenko Sergey / Awilum <awilum@msn.com>
+ * @author Sergey Romanenko <awilum@yandex.ru>
7
+ * @link http://components.flextype.org
8
9
* For the full copyright and license information, please view the LICENSE
10
* file that was distributed with this source code.
11
*/
12
13
+namespace Flextype\Component\Shortcode;
14
+
15
class Shortcode
16
{
17
18
* Shortcode tags array
19
20
* @var shortcode_tags
21
- protected static $shortcode_tags = array();
22
+ protected static $shortcode_tags = [];
23
24
25
* Protected constructor since this is a static class.
0 commit comments