Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Review by @seyfeb

Signed-off-by: Christian Wolf <github@christianwolf.email>

Co-authored-by: Sebastian Fey <info@sebastianfey.de>
  • Loading branch information
christianlupus and seyfeb authored Mar 23, 2022
1 parent 00ecbd2 commit 00e73bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Helper/UserConfigHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand All @@ -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
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 00e73bd

Please sign in to comment.