diff --git a/bootstrap/helpers/applications.php b/bootstrap/helpers/applications.php index f1b4d9104..427ef5a57 100644 --- a/bootstrap/helpers/applications.php +++ b/bootstrap/helpers/applications.php @@ -4,7 +4,7 @@ use App\Models\Application; use App\Models\ApplicationDeploymentQueue; -function queue_application_deployment(int $application_id, string $deployment_uuid, int|null $pull_request_id = 0, string $commit = 'HEAD', bool $force_rebuild = false, bool $is_webhook = false) +function queue_application_deployment(int $application_id, string $deployment_uuid, int | null $pull_request_id = 0, string $commit = 'HEAD', bool $force_rebuild = false, bool $is_webhook = false) { $deployment = ApplicationDeploymentQueue::create([ 'application_id' => $application_id, diff --git a/bootstrap/helpers/databases.php b/bootstrap/helpers/databases.php index f6dc72f66..c005ad15d 100644 --- a/bootstrap/helpers/databases.php +++ b/bootstrap/helpers/databases.php @@ -33,7 +33,7 @@ function create_standalone_postgresql($environment_id, $destination_uuid): Stand * @param Server $server * @return void */ -function delete_backup_locally(string|null $filename, Server $server): void +function delete_backup_locally(string | null $filename, Server $server): void { if (empty($filename)) { return; diff --git a/resources/views/auth/confirm-password.blade.php b/resources/views/auth/confirm-password.blade.php index adead3cf8..2cbc6dd72 100644 --- a/resources/views/auth/confirm-password.blade.php +++ b/resources/views/auth/confirm-password.blade.php @@ -3,13 +3,13 @@