mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-10-31 18:47:33 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			363 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			363 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| includes:
 | |
|     - phpstan-baseline.neon
 | |
| 
 | |
| parameters:
 | |
|     level: 2
 | |
| 
 | |
|     paths:
 | |
|         - build
 | |
|         - framework
 | |
| 
 | |
|     bootstrapFiles:
 | |
|         - framework/BaseYii.php
 | |
| 
 | |
|     dynamicConstantNames:
 | |
|         - YII_DEBUG
 | |
|         - YII_ENV
 | |
|         - YII_ENV_DEV
 | |
|         - YII_ENV_PROD
 | |
|         - YII_ENV_TEST
 | |
| 
 | |
|     ignoreErrors:
 | |
|         - '#Unsafe usage of new static\(\).#'
 | 
