fix documentations
parent
b722593671
commit
a0f61ebe8c
|
@ -9,7 +9,7 @@ namespace HELLO {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
\HE
|
\He
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
|
@ -117,7 +117,7 @@ class Index implements ReadableIndex, \Serializable
|
||||||
* Registers a definition
|
* Registers a definition
|
||||||
*
|
*
|
||||||
* @param string $fqn The fully qualified name of the symbol
|
* @param string $fqn The fully qualified name of the symbol
|
||||||
* @param string $definition The Definition object
|
* @param Definition $definition The Definition object
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function setDefinition(string $fqn, Definition $definition)
|
public function setDefinition(string $fqn, Definition $definition)
|
||||||
|
|
|
@ -237,7 +237,6 @@ class CompletionTest extends TestCase
|
||||||
new Position(11, 7)
|
new Position(11, 7)
|
||||||
)->wait();
|
)->wait();
|
||||||
|
|
||||||
var_dump($items);
|
|
||||||
$this->assertEquals(new CompletionList([
|
$this->assertEquals(new CompletionList([
|
||||||
new CompletionItem(
|
new CompletionItem(
|
||||||
'HELLO',
|
'HELLO',
|
||||||
|
|
Loading…
Reference in New Issue