mirror of
				https://github.com/furyfire/trueskill.git
				synced 2025-11-04 02:02:29 +01:00 
			
		
		
		
	Some minor documentation cleanup (e.g. converted C# comments to PHPDocumentor comments)
This commit is contained in:
		@@ -2,6 +2,9 @@
 | 
			
		||||
 | 
			
		||||
namespace Moserware\Skills;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Basic hashmap that supports object keys.
 | 
			
		||||
 */
 | 
			
		||||
class HashMap
 | 
			
		||||
{
 | 
			
		||||
    private $_hashToValue = array();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user