From 48765e4f8918c06de78cf3845fb42e4bef461dac Mon Sep 17 00:00:00 2001 From: Tsvetan Koshutanski Date: Sat, 12 Feb 2022 23:09:47 +0200 Subject: [PATCH] Drop deprecated class as it conflicts with latest PHP version --- src/Handlebars/String.php | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 src/Handlebars/String.php 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 -{ -}