Skip to content

Commit

Permalink
Add phpdoc descriptions to methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaroslav Snisar committed Jul 25, 2016
1 parent f598776 commit 7cf4e2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use ZenEnv\ZenEnv;

Initializing ZenEnv
```php
$env = new ZenEnv('/Users/rustem/Sites/Code/envfile.txt');
$env = new ZenEnv('/home/rustem/web/public_html/.env');
```


Expand Down
3 changes: 1 addition & 2 deletions src/ZenEnv.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace ZenEnv;



/**
* Class ZenEnv
* To help works with .env config file
Expand Down Expand Up @@ -71,7 +70,7 @@ private function getContent()

throw new \Exception("Env file not writable!", 1);

return false;
//return false;
}

}
Expand Down

0 comments on commit 7cf4e2f

Please sign in to comment.