mirror of
				https://github.com/BookStackApp/BookStack.git
				synced 2025-11-04 13:31:45 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			484 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			484 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0"?>
 | 
						|
<ruleset name="BookStack Standard">
 | 
						|
    <!--    Format described at: https://github.com/squizlabs/PHP_CodeSniffer/wiki/Annotated-Ruleset   -->
 | 
						|
    <description>The coding standard for BookStack.</description>
 | 
						|
    <config name="php_version" value="70205"/>
 | 
						|
    <file>./app</file>
 | 
						|
    <exclude-pattern>*/migrations/*</exclude-pattern>
 | 
						|
    <exclude-pattern>*/tests/*</exclude-pattern>
 | 
						|
    <arg value="np"/>
 | 
						|
    <arg name="colors"/>
 | 
						|
    <rule ref="PSR2"/>
 | 
						|
</ruleset> |