From c09af471a30a50f1b94354f7d2113cc506b0fa59 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Thu, 21 Jul 2022 08:38:21 -0700 Subject: [PATCH] Coding standards fix --- app/src/Controllers/FileInfoController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/Controllers/FileInfoController.php b/app/src/Controllers/FileInfoController.php index b0040d4..eb28532 100644 --- a/app/src/Controllers/FileInfoController.php +++ b/app/src/Controllers/FileInfoController.php @@ -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()) {