6 lines
		
	
	
		
			124 B
		
	
	
	
		
			PHP
		
	
	
		
		
			
		
	
	
			6 lines
		
	
	
		
			124 B
		
	
	
	
		
			PHP
		
	
	
|  | <?php | ||
|  | declare(strict_types = 1); | ||
|  | 
 | ||
|  | namespace LanguageServer\Tests\Utils; | ||
|  | 
 | ||
|  | use function LanguageServer\{pathToUri, uriToPath}; |