From 134d1e96d176dd05540adad734dccc6e6ecf8df8 Mon Sep 17 00:00:00 2001 From: ildyria Date: Tue, 1 Aug 2023 18:36:43 +0200 Subject: [PATCH] fix formatting --- .../Pipes/Checks/BasicPermissionCheck.php | 6 +++--- .../Pipes/Checks/ConfigSanityCheck.php | 16 +++++++++------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/app/Actions/Diagnostics/Pipes/Checks/BasicPermissionCheck.php b/app/Actions/Diagnostics/Pipes/Checks/BasicPermissionCheck.php index a5d9f4ba8ac..0e3c560c46b 100644 --- a/app/Actions/Diagnostics/Pipes/Checks/BasicPermissionCheck.php +++ b/app/Actions/Diagnostics/Pipes/Checks/BasicPermissionCheck.php @@ -56,7 +56,7 @@ public function handle(array &$data, \Closure $next): array /** * Check all the folders with the correct permissions. - * + * * @param array $data * * @return void @@ -116,8 +116,8 @@ function (int $gid): string { } /** - * Check if user.css has the correct permissions - * + * Check if user.css has the correct permissions. + * * @param array $data * * @return void diff --git a/app/Actions/Diagnostics/Pipes/Checks/ConfigSanityCheck.php b/app/Actions/Diagnostics/Pipes/Checks/ConfigSanityCheck.php index 957a81d7197..b9bef2147ee 100644 --- a/app/Actions/Diagnostics/Pipes/Checks/ConfigSanityCheck.php +++ b/app/Actions/Diagnostics/Pipes/Checks/ConfigSanityCheck.php @@ -32,9 +32,10 @@ public function handle(array &$data, \Closure $next): array /** * Check that a certain set of configuration exists in the database. - * - * @param array $data - * @return void + * + * @param array $data + * + * @return void */ private function checkKeysExistsAndSet(array &$data): void { @@ -51,10 +52,11 @@ private function checkKeysExistsAndSet(array &$data): void } /** - * Warning if the Dropbox key does not exists - * - * @param array $data - * @return void + * Warning if the Dropbox key does not exists. + * + * @param array $data + * + * @return void */ private function checkDropBoxKeyWarning(array &$data): void {