Skip to content

Commit

Permalink
minor code style
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Dec 30, 2015
1 parent 36eaa21 commit a8a41ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Env.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static function init()
/**
* Returns an environment variable.
*
* @param string $name
* @param string $name
*/
public static function get($name)
{
Expand Down Expand Up @@ -71,7 +71,7 @@ public static function convert($value, $options = null)
}

/**
* Strip quotes
* Strip quotes.
*
* @param string $value
*
Expand Down

0 comments on commit a8a41ba

Please sign in to comment.