mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-01-30 01:38: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
|
||||
*/
|
||||
public function apiExchangeUpload(RequestAbstract $request, ResponseAbstract $response, $data = null): void
|
||||
public function apiExchangeUpload(RequestAbstract $request, ResponseAbstract $response, $data = null) : void
|
||||
{
|
||||
Directory::delete(__DIR__ . '/../tmp/');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user