aboutsummaryrefslogtreecommitdiff
path: root/src/Parser/ParserInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Parser/ParserInterface.php')
-rw-r--r--src/Parser/ParserInterface.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Parser/ParserInterface.php b/src/Parser/ParserInterface.php
index b53e29f..f67ffb5 100644
--- a/src/Parser/ParserInterface.php
+++ b/src/Parser/ParserInterface.php
@@ -1,4 +1,6 @@
<?php
+declare(strict_types=1);
+
/**
* @author: Alexander Kiryukhin <alexander@kiryukhin.su>
* @license: MIT
@@ -8,6 +10,10 @@ namespace NeonXP\Dotenv\Parser;
use NeonXP\Dotenv\Types\KeyValue;
+/**
+ * Interface ParserInterface
+ * @package NeonXP\Dotenv\Parser
+ */
interface ParserInterface
{
/**