Automated formatting changes

This commit is contained in:
Formatter Bot 2021-06-23 22:16:21 +00:00
parent 6c050abe45
commit 4387e28fef
2 changed files with 3 additions and 3 deletions

View File

@ -29,8 +29,8 @@ class Navigation
/** /**
* Install navigation providing * Install navigation providing
* *
* @param string $path Module path * @param string $path Module path
* @param ApplicationAbstract $app Application * @param ApplicationAbstract $app Application
* *
* @return void * @return void
* *

View File

@ -233,7 +233,7 @@ final class ApiController extends Controller
{ {
Directory::delete(__DIR__ . '/../tmp/'); Directory::delete(__DIR__ . '/../tmp/');
$upload = new UploadFile(); $upload = new UploadFile();
$upload->outputDir = __DIR__ . '/../tmp/'; $upload->outputDir = __DIR__ . '/../tmp/';
$upload->upload($request->getFiles()); $upload->upload($request->getFiles());