PHP-CS-Fixer allow to check different things than phpcs and it allows code to be more consistent. Configuration can be changed in `.php_cs`
		
			
				
	
	
		
			12 lines
		
	
	
		
			241 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			241 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
//  Excel DateTimeStamp  Result
 | 
						|
return [
 | 
						|
    [-1956528000,       1462],
 | 
						|
    [-1956441600,       1463],
 | 
						|
    [-158803200,        22269],
 | 
						|
    [126316800,         25569],
 | 
						|
    [534384000,         30292],
 | 
						|
    [1339545600,        39611],
 | 
						|
];
 |