From 34b166cde934c51a2db1aea8177082ab071d7191 Mon Sep 17 00:00:00 2001 From: Jamsheed Mistri Date: Sun, 2 Dec 2018 23:42:35 -0800 Subject: [PATCH] StyleCI fixes --- app/Console/Commands/Server/BulkReinstallActionCommand.php | 2 +- resources/lang/en/command/messages.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Console/Commands/Server/BulkReinstallActionCommand.php b/app/Console/Commands/Server/BulkReinstallActionCommand.php index 86c40a9ed..ccca701ad 100644 --- a/app/Console/Commands/Server/BulkReinstallActionCommand.php +++ b/app/Console/Commands/Server/BulkReinstallActionCommand.php @@ -69,7 +69,7 @@ class BulkReinstallActionCommand extends Command */ public function handle() { - $servers = $this->getServersToProcess(); + $servers = $this->getServersToProcess(); if (! $this->confirm(trans('command/messages.server.reinstall.confirm'))) { return; diff --git a/resources/lang/en/command/messages.php b/resources/lang/en/command/messages.php index cd10ff494..71731a2d0 100644 --- a/resources/lang/en/command/messages.php +++ b/resources/lang/en/command/messages.php @@ -44,7 +44,7 @@ return [ 'rebuild_failed' => 'Rebuild request for ":name" (#:id) on node ":node" failed with error: :message', 'reinstall' => [ 'failed' => 'Reinstall request for ":name" (#:id) on node ":node" failed with error: :message', - 'confirm' => 'You are about to reinstall against a group of servers. Do you wish to continue?' + 'confirm' => 'You are about to reinstall against a group of servers. Do you wish to continue?', ], 'power' => [ 'confirm' => 'You are about to perform a :action against :count servers. Do you wish to continue?',