Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfbecker committed Nov 18, 2016
1 parent ef72204 commit 5863c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Server/TextDocument/Definition/GlobalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ public function testDefinitionForNestedMethodCall()

public function testDefinitionForPropertyFetchOnArrayDimFetch()
{
// $obj->testProperty->testMethod();
// TestClass::$staticTestProperty[123]->testProperty;
// Get definition for testProperty
$reference = $this->getReferenceLocations('TestClass::testProperty')[3];
$result = $this->textDocument->definition(
Expand Down

0 comments on commit 5863c60

Please sign in to comment.