mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Fixed code-style in some files
This commit is contained in:
parent
79cacad216
commit
e398657b20
5 changed files with 11 additions and 11 deletions
|
@ -53,8 +53,8 @@ require_once __DIR__ . '/vendor/autoload.php';
|
|||
/**
|
||||
* Gets the value of an environment variable. Supports boolean, empty and null.
|
||||
*
|
||||
* @param string $key
|
||||
* @param mixed $default
|
||||
* @param string $key
|
||||
* @param mixed $default
|
||||
* @return mixed
|
||||
*/
|
||||
function env($key, $default = null)
|
||||
|
@ -79,7 +79,7 @@ function env($key, $default = null)
|
|||
/**
|
||||
* Return the default value of the given value.
|
||||
*
|
||||
* @param mixed $value
|
||||
* @param mixed $value
|
||||
* @return mixed
|
||||
*/
|
||||
function value($value)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue