12 lines
		
	
	
		
			209 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			209 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package conf
 | |
| 
 | |
| import (
 | |
| 	"github.com/VKCOM/php-parser/pkg/errors"
 | |
| 	"github.com/VKCOM/php-parser/pkg/version"
 | |
| )
 | |
| 
 | |
| type Config struct {
 | |
| 	Version          *version.Version
 | |
| 	ErrorHandlerFunc func(e *errors.Error)
 | |
| }
 |