diff --git a/src/Env.php b/src/Env.php index 4298170..4884ad7 100644 --- a/src/Env.php +++ b/src/Env.php @@ -21,7 +21,7 @@ public static function init() /** * Returns an environment variable. * - * @param string $name + * @param string $name */ public static function get($name) { @@ -71,7 +71,7 @@ public static function convert($value, $options = null) } /** - * Strip quotes + * Strip quotes. * * @param string $value *