More cleanups (#12715)

* PHPDoc

* Replace Auth > Illuminate\Support\Facades\Auth

* Return inside when()

* use str_replace correct

* Misc

* dead code

* use int $port

* styleci
This commit is contained in:
Jellyfrog
2021-04-08 15:14:49 +02:00
committed by GitHub
parent c147be4505
commit edb36fd69d
24 changed files with 35 additions and 38 deletions

View File

@@ -40,7 +40,7 @@ class NetCommand extends Controller
'query' => 'ip_or_hostname',
]);
ini_set('allow_url_fopen', 0);
ini_set('allow_url_fopen', '0');
switch ($request->get('cmd')) {
case 'whois':