diff options
author | Valentin Popov <info@valentineus.link> | 2020-07-15 18:13:16 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-07-15 18:13:16 +0300 |
commit | c0d5496035e5ac7ec44a832428a8d651a950903d (patch) | |
tree | 5c22b49e975aeb2816a0c927e156d8054e3ee087 /src/Parsers/IntegerParser.php | |
parent | c18b1373d03f84d58737712b57efa02e642a1e58 (diff) | |
download | php-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/IntegerParser.php')
-rw-r--r-- | src/Parsers/IntegerParser.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Parsers/IntegerParser.php b/src/Parsers/IntegerParser.php index 3eb4ea1..ba89315 100644 --- a/src/Parsers/IntegerParser.php +++ b/src/Parsers/IntegerParser.php @@ -24,7 +24,7 @@ namespace EPGService\Parsers; * @license http://www.apache.org/licenses/LICENSE-2.0 * @package EPGService\Parsers */ -final class IntegerParser { +final class IntegerParser implements BaseParser { /** * @param mixed $value * |