Skip to content

Commit fc70e9d

Browse files
committed
Squiz/MemberVarSpacing: improve test comment
1 parent 3239bbd commit fc70e9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Standards/Squiz/Tests/WhiteSpace/MemberVarSpacingUnitTest.1.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ class MultipleBlankLinesInPreAmble {
407407
final class BlankLinesBetweenVsAttributesWithoutCommentIssueSquiz3594
408408
{
409409

410-
// phpcs can fix this but not the next one
410+
// PHPCS can fix blank lines for the first property, but not for the second. (fixed now)
411411
#[SingleAttribute]
412412

413413
public $property1;

src/Standards/Squiz/Tests/WhiteSpace/MemberVarSpacingUnitTest.1.inc.fixed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ class MultipleBlankLinesInPreAmble {
393393
final class BlankLinesBetweenVsAttributesWithoutCommentIssueSquiz3594
394394
{
395395

396-
// phpcs can fix this but not the next one
396+
// PHPCS can fix blank lines for the first property, but not for the second. (fixed now)
397397
#[SingleAttribute]
398398
public $property1;
399399

0 commit comments

Comments
 (0)