Adrien Crivelli 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c96e2dae02 
							
						 
					 
					
						
						
							
							Update to PHP-CS-Fixer 2.10  
						
						
						
					 
					
						2018-01-28 15:59:38 +09:00 
						 
				 
			
				
					
						
							
							
								Gabriel Caruso 
							
						 
					 
					
						
						
						
						
							
						
						
							aed27a0bed 
							
						 
					 
					
						
						
							
							Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase ( #271 )  
						
						... 
						
						
						
						Use the `PHPUnit\Framework\TestCase` notation instead of `PHPUnit_Framework_TestCase` while extending our TestCases. This will help us migrate to PHPUnit 6, that [no longer support snake case class names](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-6.0.md#changed-1 ). 
						
					 
					
						2017-11-09 00:48:01 +09:00 
						 
				 
			
				
					
						
							
							
								Adrien Crivelli 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							25ff914aa6 
							
						 
					 
					
						
						
							
							Simplify IOFactory to rely on autoloading  
						
						
						
					 
					
						2017-10-22 01:54:14 +09:00 
						 
				 
			
				
					
						
							
							
								Adrien Crivelli 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							aef4d711f5 
							
						 
					 
					
						
						
							
							Use self::assert*() instead of $this->assert*()  
						
						... 
						
						
						
						Because even if it doesn't make a difference in practice, it is
technically more correct to call static methods statically. It
also better advertise that those methods can be used from any context. 
						
					 
					
						2017-09-22 14:22:44 +09:00 
						 
				 
			
				
					
						
							
							
								Zharikov Viktor 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							07455d24f6 
							
						 
					 
					
						
						
							
							Make global usage of use instead of FQCN  
						
						... 
						
						
						
						Closes  #78 
Closes  #147  
					
						2017-05-18 00:10:16 +02:00 
						 
				 
			
				
					
						
							
							
								Adrien Crivelli 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							031af1e9d2 
							
						 
					 
					
						
						
							
							Standardize writers and readers name to be the format most common extension in CamelCase  
						
						
						
					 
					
						2017-01-22 17:39:23 +09:00 
						 
				 
			
				
					
						
							
							
								Adrien Crivelli 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8c66afe39a 
							
						 
					 
					
						
						
							
							Upgrade to PHP-CS-Fixer 2.0  
						
						
						
					 
					
						2016-12-22 23:46:26 +09:00 
						 
				 
			
				
					
						
							
							
								Adrien Crivelli 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c8a8fd2610 
							
						 
					 
					
						
						
							
							Stricter check whether file exists before reading  
						
						... 
						
						
						
						This should avoid issues when user submit a non-existing filename
that is wrongly identified as CSV.
Typically https://github.com/PHPOffice/PHPExcel/issues/1076  and
https://github.com/PHPOffice/PHPExcel/issues/1078  could have been
avoided. 
						
					 
					
						2016-12-09 00:15:22 +09:00