mirror of
				https://github.com/BookStackApp/BookStack.git
				synced 2025-11-03 02:13:16 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			452 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			452 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
includes:
 | 
						|
    - ./vendor/nunomaduro/larastan/extension.neon
 | 
						|
 | 
						|
parameters:
 | 
						|
 | 
						|
    paths:
 | 
						|
        - app
 | 
						|
 | 
						|
    # The level 8 is the highest level
 | 
						|
    level: 1
 | 
						|
 | 
						|
    phpVersion: 80002
 | 
						|
 | 
						|
    bootstrapFiles:
 | 
						|
      - bootstrap/phpstan.php
 | 
						|
 | 
						|
    ignoreErrors:
 | 
						|
    #  - '#PHPDoc tag @throws with type .*?Psr\\SimpleCache\\InvalidArgumentException.*? is not subtype of Throwable#'
 | 
						|
 | 
						|
    excludePaths:
 | 
						|
        - ./Config/**/*.php
 | 
						|
 | 
						|
    checkMissingIterableValueType: false |