Coding standards fix

This commit is contained in:
Chris Kankiewicz
2022-07-21 08:38:21 -07:00
parent 69d8e828e0
commit c09af471a3

View File

@@ -38,7 +38,7 @@ class FileInfoController
$path = $request->getQueryParams()['info'];
$file = new SplFileInfo(
(string) realpath($this->config->get('base_path') . '/' . $path)
(string) realpath($this->config->get('base_path') . '/' . $path)
);
if (! $file->isFile()) {