mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-02-15 17:28:41 +00:00
fix function return type hint cs
This commit is contained in:
parent
2625cf797f
commit
c9ce129873
|
|
@ -119,7 +119,7 @@ final class ApiController extends Controller
|
||||||
*
|
*
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
public function apiExchangeUpload(RequestAbstract $request, ResponseAbstract $response, $data = null): void
|
public function apiExchangeUpload(RequestAbstract $request, ResponseAbstract $response, $data = null) : void
|
||||||
{
|
{
|
||||||
Directory::delete(__DIR__ . '/../tmp/');
|
Directory::delete(__DIR__ . '/../tmp/');
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user