New version of the library for the detection of mobiles.
This commit is contained in:
		
					parent
					
						
							
								5c94a2420a
							
						
					
				
			
			
				commit
				
					
						59fa1c9453
					
				
			
		
					 10 changed files with 1716 additions and 221 deletions
				
			
		
							
								
								
									
										24
									
								
								library/Mobile_Detect/.php_cs
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								library/Mobile_Detect/.php_cs
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,24 @@
 | 
			
		|||
<?php
 | 
			
		||||
 | 
			
		||||
use Symfony\CS\FixerInterface;
 | 
			
		||||
 | 
			
		||||
$finder = Symfony\CS\Finder\DefaultFinder::create()
 | 
			
		||||
    ->notName('LICENSE')
 | 
			
		||||
    ->notName('README.md')
 | 
			
		||||
    ->notName('.php_cs')
 | 
			
		||||
    ->notName('composer.*')
 | 
			
		||||
    ->notName('phpunit.xml*')
 | 
			
		||||
    ->notName('*.phar')
 | 
			
		||||
    ->exclude('vendor')
 | 
			
		||||
    ->exclude('examples')
 | 
			
		||||
    ->exclude('Symfony/CS/Tests/Fixer')
 | 
			
		||||
    ->notName('ElseifFixer.php')
 | 
			
		||||
    ->exclude('data')
 | 
			
		||||
    ->in(__DIR__)
 | 
			
		||||
;
 | 
			
		||||
 | 
			
		||||
return Symfony\CS\Config\Config::create()
 | 
			
		||||
    ->finder($finder)
 | 
			
		||||
;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue