aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_parent.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_parent.php')
-rw-r--r--vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_parent.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_parent.php b/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_parent.php
index 052479aef..ff23edf73 100644
--- a/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_parent.php
+++ b/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_parent.php
@@ -1,5 +1,5 @@
<?php
-/*
+/**
* This file is part of Smarty.
*
* (c) 2015 Uwe Tews
@@ -15,7 +15,6 @@
*/
class Smarty_Internal_Compile_Parent extends Smarty_Internal_Compile_Child
{
-
/**
* Tag name
*
@@ -29,4 +28,4 @@ class Smarty_Internal_Compile_Parent extends Smarty_Internal_Compile_Child
* @var string
*/
public $blockType = 'Parent';
-} \ No newline at end of file
+}