Skip to content

Commit 87c0b23

Browse files
committed
Change comment flavour from '#' to '//'
1 parent ea68ece commit 87c0b23

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/EndToEnd/Fixtures/ClassWithTwoStyleErrors.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99

1010
namespace PHP_CodeSniffer\Tests\EndToEnd\Fixtures;
1111

12-
# The brace on the following line should be on a line by itself. This can be fixed with phpcbf.
12+
// The brace on the following line should be on a line by itself. This can be fixed with phpcbf.
1313
class ClassWithTwoStyleErrors {
14-
} # This comment does not belong here, according to PSR12. This cannot be fixed with phpcbf.
14+
} // This comment does not belong here, according to PSR12. This cannot be fixed with phpcbf.

tests/EndToEnd/Fixtures/ClassWithUnfixableStyleError.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ namespace PHP_CodeSniffer\Tests\EndToEnd\Fixtures;
1111

1212
class ClassWithUnfixableStyleError
1313
{
14-
} # This comment does not belong here, according to PSR12.
14+
} // This comment does not belong here, according to PSR12.

0 commit comments

Comments
 (0)