Remove trailing spaces
parent
66255b1f5b
commit
5f9e9c4443
|
@ -14,7 +14,7 @@ class ParseErrorsTest extends TestCase
|
||||||
* @var Server\TextDocument
|
* @var Server\TextDocument
|
||||||
*/
|
*/
|
||||||
private $textDocument;
|
private $textDocument;
|
||||||
|
|
||||||
private $args;
|
private $args;
|
||||||
|
|
||||||
public function setUp()
|
public function setUp()
|
||||||
|
@ -35,7 +35,7 @@ class ParseErrorsTest extends TestCase
|
||||||
$project = new Project($client);
|
$project = new Project($client);
|
||||||
$this->textDocument = new Server\TextDocument($project, $client);
|
$this->textDocument = new Server\TextDocument($project, $client);
|
||||||
}
|
}
|
||||||
|
|
||||||
private function openFile($file) {
|
private function openFile($file) {
|
||||||
$textDocumentItem = new TextDocumentItem();
|
$textDocumentItem = new TextDocumentItem();
|
||||||
$textDocumentItem->uri = 'whatever';
|
$textDocumentItem->uri = 'whatever';
|
||||||
|
|
Loading…
Reference in New Issue