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.
2 parents 85e83ca + fede7ea commit 9d846d1Copy full SHA for 9d846d1
src/Hover.php
@@ -22,7 +22,7 @@ class Hover
22
public $range;
23
24
/**
25
- * @param string|MarkedString|string[]|MarkedString[] $contents The hover's content
+ * @param string|MarkedString|string[]|MarkedString[]|MarkupContent $contents The hover's content
26
* @param Range $range An optional range
27
*/
28
public function __construct($contents = null, $range = null)
0 commit comments