Skip to content

Commit

Permalink
Merge pull request #5888 from GrahamCampbell/4.2-config-env
Browse files Browse the repository at this point in the history
[4.2] Fixed Environment Variables Docblock
  • Loading branch information
taylorotwell committed Sep 28, 2014
2 parents 30eda84 + d5a75c3 commit aa91cb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Config/EnvironmentVariables.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ class EnvironmentVariables {
/**
* The environment loader implementation.
*
* @var \Illuminate\Config\EnvironmentLoaderInterface $loader
* @var \Illuminate\Config\EnvironmentVariablesLoaderInterface $loader
*/
protected $loader;

/**
* The server environment instance.
*
* @param \Illuminate\Config\EnvironmentLoaderInterface $loader
* @param \Illuminate\Config\EnvironmentVariablesLoaderInterface $loader
* @return void
*/
public function __construct(EnvironmentVariablesLoaderInterface $loader)
Expand Down

0 comments on commit aa91cb4

Please sign in to comment.