mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-04 06:37:55 +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\(\).#'
 |