We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d7470 commit 3ab1b23Copy full SHA for 3ab1b23
tests/PHPCR/Tests/Util/CND/Scanner/GenericScannerTest.php
@@ -44,7 +44,7 @@ class GenericScannerTest extends TestCase
44
45
// /** ... */
46
[Token::TK_WHITESPACE, ''],
47
- [Token::TK_COMMENT, "/**\n * Block comment\n */"],
+ [Token::TK_COMMENT, "/**\n * Block comment.\n */"],
48
[Token::TK_NEWLINE, ''],
49
50
// public function testMethod($testParam) {
@@ -86,7 +86,7 @@ class GenericScannerTest extends TestCase
86
87
[Token::TK_IDENTIFIER, 'return'],
88
89
- [Token::TK_STRING, '"Test string"'],
+ [Token::TK_STRING, '\'Test string\''],
90
[Token::TK_SYMBOL, ';'],
91
92
0 commit comments