From 19af3a88f9c8ff6da8ae6509567f149ed872ea06 Mon Sep 17 00:00:00 2001 From: Marc Aschmann Date: Sat, 14 Sep 2024 12:31:18 +0200 Subject: [PATCH] satisfy phpcs :rolleyes: --- Asm/Ansible/Command/AbstractAnsibleCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Asm/Ansible/Command/AbstractAnsibleCommand.php b/Asm/Ansible/Command/AbstractAnsibleCommand.php index 33c4479..41cbefa 100644 --- a/Asm/Ansible/Command/AbstractAnsibleCommand.php +++ b/Asm/Ansible/Command/AbstractAnsibleCommand.php @@ -215,7 +215,7 @@ protected function getProcessCommandline(Process $process): string } /** - * in case ansible explicitly is in json mode, this will be set to be able to get error outputs + * in case ansible explicitly is in json mode, this will be set to be able to get error outputs * * @return void */