1
0
Fork 0

fix code style

pull/347/head
jens1o 2017-04-10 12:33:33 +02:00
parent 9ff8957f47
commit 503cc6bcff
2 changed files with 3 additions and 2 deletions

View File

@ -887,6 +887,6 @@ class DefinitionResolver
return null;
}
return (string)$node->args[0]->value->value;
}
}
}
}

View File

@ -156,7 +156,8 @@ class HoverTest extends ServerTestCase
], $reference->range), $result);
}
public function testHoverForGlobalConstant() {
public function testHoverForGlobalConstant()
{
// print TEST_PROPERTY ? 'true' : 'false';
// Get hover for TEST_PROPERTY
$reference = $this->getReferenceLocations('TEST_PROPERTY')[0];