From 00e73bdb85dced7563bb7ddac41c34d9ab31b562 Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 23 Mar 2022 07:24:48 +0100 Subject: [PATCH] Apply suggestions from code review Review by @seyfeb Signed-off-by: Christian Wolf Co-authored-by: Sebastian Fey --- lib/Helper/UserConfigHelper.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Helper/UserConfigHelper.php b/lib/Helper/UserConfigHelper.php index 0e2685755..a21f18ab5 100644 --- a/lib/Helper/UserConfigHelper.php +++ b/lib/Helper/UserConfigHelper.php @@ -106,7 +106,7 @@ public function setUpdateInterval(int $value): void { /** * Check if the primary imgae should be printed or not * - * @return boolean true, if the imgae shoudl be printed + * @return boolean true, if the image should be printed */ public function getPrintImage(): bool { $rawValue = $this->getRawValue('print_image'); @@ -117,7 +117,7 @@ public function getPrintImage(): bool { } /** - * Set if the imgae should be printed + * Set if the image should be printed * * @param boolean $value true if the image should be printed * @return void @@ -151,7 +151,7 @@ public function getFolderName(): string { /** * Set the folder for the user's cookbook. * - * @param string $value The name of the folder withon the user's files + * @param string $value The name of the folder within the user's files * @return void */ public function setFolderName(string $value): void {