Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria committed Aug 1, 2023
1 parent bd70a3b commit 134d1e9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
6 changes: 3 additions & 3 deletions app/Actions/Diagnostics/Pipes/Checks/BasicPermissionCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function handle(array &$data, \Closure $next): array

/**
* Check all the folders with the correct permissions.
*
*
* @param array<int,string> $data
*
* @return void
Expand Down Expand Up @@ -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<int,string> $data
*
* @return void
Expand Down
16 changes: 9 additions & 7 deletions app/Actions/Diagnostics/Pipes/Checks/ConfigSanityCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand All @@ -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
{
Expand Down

0 comments on commit 134d1e9

Please sign in to comment.