1
0
Fork 0

Remove trailing spaces

pull/62/head
Kaloyan Raev 2016-10-11 09:03:01 +03:00
parent 66255b1f5b
commit 5f9e9c4443
1 changed files with 2 additions and 2 deletions

View File

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