Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2023-01-03 08:26:59 +00:00
parent fd79c97a1d
commit 9d1a57f99d
236 changed files with 14774 additions and 14382 deletions

View File

@@ -34,7 +34,7 @@ class ApiExceptAuthController extends Controller
}
$url = $this->request->input('url');
if (! str_is('*/', $url)) {
if (!str_is('*/', $url)) {
$url = str_finish($url, '/');
}
@@ -71,7 +71,8 @@ class ApiExceptAuthController extends Controller
/**
* Call curl function for Get Method.
*
* @param type $url
* @param type $url
*
* @return type int|string|json
*/
public function callGetApi($url)
@@ -94,8 +95,9 @@ class ApiExceptAuthController extends Controller
/**
* Call curl function for POST Method.
*
* @param type $url
* @param type $data
* @param type $url
* @param type $data
*
* @return type int|string|json
*/
public function callPostApi($url, $data)