Fix comment
parent
241960a4f7
commit
993c88b2ff
|
@ -307,7 +307,7 @@ class GlobalTest extends ServerTestCase
|
||||||
|
|
||||||
public function testDefinitionForPropertyFetchOnArrayDimFetch()
|
public function testDefinitionForPropertyFetchOnArrayDimFetch()
|
||||||
{
|
{
|
||||||
// $obj->testProperty->testMethod();
|
// TestClass::$staticTestProperty[123]->testProperty;
|
||||||
// Get definition for testProperty
|
// Get definition for testProperty
|
||||||
$reference = $this->getReferenceLocations('TestClass::testProperty')[3];
|
$reference = $this->getReferenceLocations('TestClass::testProperty')[3];
|
||||||
$result = $this->textDocument->definition(
|
$result = $this->textDocument->definition(
|
||||||
|
|
Loading…
Reference in New Issue