Skip to content

Commit ecbba1b

Browse files
Apply suggestions from code review
Co-authored-by: Marcel Werk <burntime@woltlab.com>
1 parent a55ba3b commit ecbba1b

25 files changed

+25
-25
lines changed

wcfsetup/install/files/lib/command/ad/DisableAd.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use wcf\system\event\EventHandler;
99

1010
/**
11-
* Disable an ad.
11+
* Disables an ad.
1212
*
1313
* @author Olaf Braun
1414
* @copyright 2001-2025 WoltLab GmbH

wcfsetup/install/files/lib/command/ad/EnableAd.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use wcf\system\event\EventHandler;
99

1010
/**
11-
* Enable an ad.
11+
* Enables an ad.
1212
*
1313
* @author Olaf Braun
1414
* @copyright 2001-2025 WoltLab GmbH

wcfsetup/install/files/lib/command/box/DisableBox.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use wcf\system\event\EventHandler;
99

1010
/**
11-
* Enables a box.
11+
* Disables a box.
1212
*
1313
* @author Olaf Braun
1414
* @copyright 2001-2025 WoltLab GmbH

wcfsetup/install/files/lib/command/captcha/question/DisableCaptchaQuestion.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use wcf\system\event\EventHandler;
99

1010
/**
11-
* Disables the given captcha question.
11+
* Disables a captcha question.
1212
*
1313
* @author Olaf Braun
1414
* @copyright 2001-2025 WoltLab GmbH

wcfsetup/install/files/lib/command/captcha/question/EnableCaptchaQuestion.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use wcf\system\event\EventHandler;
99

1010
/**
11-
* Enables the given captcha question.
11+
* Enables a captcha question.
1212
*
1313
* @author Olaf Braun
1414
* @copyright 2001-2025 WoltLab GmbH

wcfsetup/install/files/lib/command/contact/option/DisableContactOption.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use wcf\system\event\EventHandler;
99

1010
/**
11-
* Disable the contact option.
11+
* Disables a contact option.
1212
*
1313
* @author Olaf Braun
1414
* @copyright 2001-2025 WoltLab GmbH

wcfsetup/install/files/lib/command/contact/option/EnableContactOption.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use wcf\system\event\EventHandler;
99

1010
/**
11-
* Enables the contact option.
11+
* Enables a contact option.
1212
*
1313
* @author Olaf Braun
1414
* @copyright 2001-2025 WoltLab GmbH

wcfsetup/install/files/lib/command/contact/recipient/DisableContactRecipient.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use wcf\system\event\EventHandler;
99

1010
/**
11-
* Disables the contact recipient.
11+
* Disables a contact recipient.
1212
*
1313
* @author Olaf Braun
1414
* @copyright 2001-2025 WoltLab GmbH

wcfsetup/install/files/lib/command/contact/recipient/EnableContactRecipient.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use wcf\system\event\EventHandler;
99

1010
/**
11-
* Enables the contact recipient.
11+
* Enables a contact recipient.
1212
*
1313
* @author Olaf Braun
1414
* @copyright 2001-2025 WoltLab GmbH

wcfsetup/install/files/lib/command/cronjob/DisableCronjob.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
use wcf\system\event\EventHandler;
1010

1111
/**
12-
* Disables the given cronjob.
12+
* Disables a cronjob.
1313
*
1414
* @author Olaf Braun
1515
* @copyright 2001-2025 WoltLab GmbH

0 commit comments

Comments
 (0)