Skip to content

Commit 48deb83

Browse files
TysonAndrefelixfbecker
authored andcommitted
docs: consistently start doc comments of properties with /** (#6)
1 parent f7f95a8 commit 48deb83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/CompletionOptions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88
class CompletionOptions
99
{
10-
/*
10+
/**
1111
* The server provides support to resolve additional information for a completion
1212
* item.
1313
*

src/TextDocumentSyncKind.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ abstract class TextDocumentSyncKind
1717
*/
1818
const FULL = 1;
1919

20-
/*
20+
/**
2121
* Documents are synced by sending the full content on open. After that only
2222
* incremental updates to the document are sent.
2323
*/

0 commit comments

Comments
 (0)