mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 17:28:23 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
		
			690 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			690 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| parameters:
 | |
|     level: 5
 | |
|     paths:
 | |
|         - src/
 | |
|         - utils/
 | |
|     tmpDir: var/cache/phpstan
 | |
|     reportUnmatchedIgnoredErrors: false
 | |
|     excludePaths:
 | |
|         - .php_cs*
 | |
|         - docs/
 | |
|         - src/Bundle/*/Tests/*
 | |
|         - src/Bundle/*/tests/*
 | |
|         - src/Bundle/*/Test/*
 | |
|         - src/Bundle/*/config/*
 | |
|         - src/Bundle/*/migrations/*
 | |
|         - src/Bundle/*/translations/*
 | |
|         - src/Bundle/*/Resources/*
 | |
|         - src/Bundle/*/src/Tests/*
 | |
|         - src/Bundle/*/src/Test/*
 | |
|         - src/Bundle/*/src/config/*
 | |
|         - src/Bundle/*/src/migrations/*
 | |
|         - src/Bundle/*/src/translations/*
 | |
|         - src/Bundle/*/src/Resources/*
 | |
| 
 | |
| includes:
 | |
|     - phpstan-baseline.neon
 | |
| 
 |