small improvement
This commit is contained in:
		
				
					committed by
					
						
						Steffen Schröder
					
				
			
			
				
	
			
			
			
						parent
						
							a4ca94181c
						
					
				
				
					commit
					b547f1854c
				
			@@ -1,7 +1,6 @@
 | 
				
			|||||||
<?php
 | 
					<?php
 | 
				
			||||||
namespace ManiaControl\Files;
 | 
					namespace ManiaControl\Files;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
use ManiaControl\Callbacks\TimerListener;
 | 
					 | 
				
			||||||
use ManiaControl\ManiaControl;
 | 
					use ManiaControl\ManiaControl;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
@@ -9,7 +8,7 @@ use ManiaControl\ManiaControl;
 | 
				
			|||||||
 *
 | 
					 *
 | 
				
			||||||
 * @author kremsy & steeffeen
 | 
					 * @author kremsy & steeffeen
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
class AsynchronousFileReader implements TimerListener {
 | 
					class AsynchronousFileReader {
 | 
				
			||||||
	/**
 | 
						/**
 | 
				
			||||||
	 * Constants
 | 
						 * Constants
 | 
				
			||||||
	 */
 | 
						 */
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user