Clean up linting errors

This commit is contained in:
Corey McKrill 2023-02-15 15:20:25 -08:00
parent b336652e0d
commit 76e7260362
No known key found for this signature in database
GPG Key ID: 84BBFE669C4D97B8
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ class I18nUtilTest extends \WC_Unit_Test_Case {
* Do before each test in this class.
*
* @return void
* @throws \ReflectionException
* @throws \ReflectionException If the units property does not exist on the class.
*/
public function set_up() {
parent::set_up();
@ -55,7 +55,7 @@ class I18nUtilTest extends \WC_Unit_Test_Case {
/**
* Simulate a string getting translated.
*
* @param string $translated
* @param string $translated The "translated" string before we modify it.
*
* @return string
*/