aboutsummaryrefslogtreecommitdiff
path: root/src/Parsers/StringParser.php
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-07-15 18:13:16 +0300
committerValentin Popov <info@valentineus.link>2020-07-15 18:13:16 +0300
commitc0d5496035e5ac7ec44a832428a8d651a950903d (patch)
tree5c22b49e975aeb2816a0c927e156d8054e3ee087 /src/Parsers/StringParser.php
parentc18b1373d03f84d58737712b57efa02e642a1e58 (diff)
downloadphp-epg-service-c0d5496035e5ac7ec44a832428a8d651a950903d.tar.xz
php-epg-service-c0d5496035e5ac7ec44a832428a8d651a950903d.zip
Added interface of parser
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'src/Parsers/StringParser.php')
-rw-r--r--src/Parsers/StringParser.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Parsers/StringParser.php b/src/Parsers/StringParser.php
index c22d8f1..8473106 100644
--- a/src/Parsers/StringParser.php
+++ b/src/Parsers/StringParser.php
@@ -24,7 +24,7 @@ namespace EPGService\Parsers;
* @license http://www.apache.org/licenses/LICENSE-2.0
* @package EPGService\Parsers
*/
-final class StringParser {
+final class StringParser implements BaseParser {
/**
* @param $value
*