Skip to content

Commit 00e73bd

Browse files
Apply suggestions from code review
Review by @seyfeb Signed-off-by: Christian Wolf <[email protected]> Co-authored-by: Sebastian Fey <[email protected]>
1 parent 00ecbd2 commit 00e73bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/Helper/UserConfigHelper.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public function setUpdateInterval(int $value): void {
106106
/**
107107
* Check if the primary imgae should be printed or not
108108
*
109-
* @return boolean true, if the imgae shoudl be printed
109+
* @return boolean true, if the image should be printed
110110
*/
111111
public function getPrintImage(): bool {
112112
$rawValue = $this->getRawValue('print_image');
@@ -117,7 +117,7 @@ public function getPrintImage(): bool {
117117
}
118118

119119
/**
120-
* Set if the imgae should be printed
120+
* Set if the image should be printed
121121
*
122122
* @param boolean $value true if the image should be printed
123123
* @return void
@@ -151,7 +151,7 @@ public function getFolderName(): string {
151151
/**
152152
* Set the folder for the user's cookbook.
153153
*
154-
* @param string $value The name of the folder withon the user's files
154+
* @param string $value The name of the folder within the user's files
155155
* @return void
156156
*/
157157
public function setFolderName(string $value): void {

0 commit comments

Comments
 (0)