forked from mirrors/easyappointments
Added @throws tag at the comments
This commit is contained in:
parent
d636f60cbc
commit
e55c68fcb4
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ if ( ! function_exists('env'))
|
|||
* @param mixed $default Default value in case the requested variable has no value.
|
||||
*
|
||||
* @return mixed
|
||||
*
|
||||
* @throws InvalidArgumentException
|
||||
*/
|
||||
function env(string $key, $default = NULL)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue