mirror of
				https://github.com/BookStackApp/BookStack.git
				synced 2025-11-03 02:13:16 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			251 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			251 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0"?>
 | 
						|
<ruleset name="PHP_CodeSniffer">
 | 
						|
    <description>The coding standard for BookStack.</description>
 | 
						|
    <file>app</file>
 | 
						|
    <exclude-pattern>*/migrations/*</exclude-pattern>
 | 
						|
    <arg value="np"/>
 | 
						|
    <rule ref="PSR2"/>
 | 
						|
</ruleset> |