mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 15:02:34 +00:00
Add phpstan level 7(#544)
This commit is contained in:
@ -490,7 +490,7 @@
|
||||
*/
|
||||
'restricted_ip_addresses' => array_merge(
|
||||
['127.0.0.1', 'localhost', '0.0.0.0'],
|
||||
explode(',', env('RESTRICTED_IP_ADDRESSES', ''))
|
||||
explode(',', (string) env('RESTRICTED_IP_ADDRESSES', ''))
|
||||
),
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user