mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 00:07:35 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			392 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			392 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
includes:
 | 
						|
    - ./vendor/nunomaduro/larastan/extension.neon
 | 
						|
 | 
						|
parameters:
 | 
						|
    ignoreErrors:
 | 
						|
        - '#Call to an undefined method .*badMethod\(\)#'
 | 
						|
        - '#Call to an undefined method Illuminate\Database\Eloquent\Builder::exclude#'
 | 
						|
    level: 4
 | 
						|
    paths:
 | 
						|
        - 'app/'
 | 
						|
    excludePaths:
 | 
						|
        - 'vendor/'
 | 
						|
    universalObjectCratesClasses:
 | 
						|
        - App\DataMapper\Tax\RuleInterface |