diff --git a/src/Handlebars/String.php b/src/Handlebars/String.php deleted file mode 100644 index 2c3d690..0000000 --- a/src/Handlebars/String.php +++ /dev/null @@ -1,35 +0,0 @@ - - * @author Behrooz Shabani - * @author Dmitriy Simushev - * @copyright 2013 Authors - * @license MIT - * @version GIT: $Id$ - * @link http://xamin.ir - */ - -namespace Handlebars; - -/** - * Handlebars string - * - * @category Xamin - * @package Handlebars - * @author fzerorubigd - * @copyright 2013 Authors - * @license MIT - * @version Release: @package_version@ - * @link http://xamin.ir - * @deprecated Since v0.10.3. Use \Handlebars\StringWrapper instead. - */ - -class String extends StringWrapper -{ -}