1
0
Fork 0

Correct formatting

pull/153/head
Felix Becker 2016-11-17 15:52:58 +01:00 committed by GitHub
parent 767c7371e9
commit 9520571944
1 changed files with 2 additions and 2 deletions

View File

@ -3,13 +3,13 @@ declare(strict_types = 1);
namespace LanguageServer; namespace LanguageServer;
use LanguageServer\Protocol\ { use LanguageServer\Protocol\{
TextEdit, TextEdit,
Range, Range,
Position Position
}; };
use Exception; use Exception;
use PHP_CodeSniffer\ { use PHP_CodeSniffer\{
Config, Config,
Ruleset Ruleset
}; };