9 lines
		
	
	
		
			136 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			136 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
namespace Symfony\Component\Translation\Tests\DependencyInjection\fixtures;
 | 
						|
 | 
						|
class ServiceProperties
 | 
						|
{
 | 
						|
    public $translator;
 | 
						|
}
 |