Skip to content

Commit e14ab6a

Browse files
rodrigoprimojrfnl
andcommitted
Apply suggestion from code review
Co-authored-by: Juliette <[email protected]>
1 parent d886846 commit e14ab6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

WordPress/Tests/WP/CapitalPDangitUnitTest.1.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ echo Some\Enum\WordPress::ENUM_CONSTANT;
233233
$anon = new class() {};
234234

235235
/*
236-
* Safeguard that PHP 8.3+ typed class constants are handled correctly.
236+
* Safeguard that PHP 8.3+ typed class constants are handled correctly (i.e. ignored).
237237
*/
238238
class TypeClassConstants {
239239
public const string WORDPRESS = 'wordress';

WordPress/Tests/WP/CapitalPDangitUnitTest.1.inc.fixed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ echo Some\Enum\WordPress::ENUM_CONSTANT;
233233
$anon = new class() {};
234234

235235
/*
236-
* Safeguard that PHP 8.3+ typed class constants are handled correctly.
236+
* Safeguard that PHP 8.3+ typed class constants are handled correctly (i.e. ignored).
237237
*/
238238
class TypeClassConstants {
239239
public const string WORDPRESS = 'wordress';

0 commit comments

Comments
 (0)