kopia lustrzana https://github.com/nextcloud/social
				
				
				
			
		
			
	
	
		
			18 wiersze
		
	
	
		
			267 B
		
	
	
	
		
			PHP
		
	
	
		
		
			
		
	
	
			18 wiersze
		
	
	
		
			267 B
		
	
	
	
		
			PHP
		
	
	
|   | <?php | ||
|  | 
 | ||
|  | declare(strict_types=1); | ||
|  | 
 | ||
|  | require_once './vendor/autoload.php'; | ||
|  | 
 | ||
|  | use Nextcloud\CodingStandard\Config; | ||
|  | 
 | ||
|  | $config = new Config(); | ||
|  | $config | ||
|  | 	->getFinder() | ||
|  | 	->notPath('build') | ||
|  | 	->notPath('l10n') | ||
|  | 	->notPath('src') | ||
|  | 	->notPath('vendor') | ||
|  | 	->in(__DIR__); | ||
|  | return $config; |