1
0
Fork 0

fix documentations

pull/341/head
jens1o 2017-04-09 20:50:36 +02:00
parent b722593671
commit a0f61ebe8c
3 changed files with 2 additions and 3 deletions

View File

@ -9,7 +9,7 @@ namespace HELLO {
} }
\HE \He
} }
namespace { namespace {

View File

@ -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)

View File

@ -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',