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 5df820d commit bdfbbb8Copy full SHA for bdfbbb8
tests/comments/sl_comment.phpt
@@ -8,11 +8,11 @@ Tests ignoring single line comments
8
$code =<<<ZEP
9
namespace Example;
10
11
- /* A comment before class name */
+ // A comment before class name
12
class Comment {
13
- /* Some comment */
+ // Some comment
14
public function test_me() {
15
- /* Yet another comment */
+ // Yet another comment
16
}
17
18
ZEP;
0 commit comments