mirror of
				https://github.com/furyfire/trueskill.git
				synced 2025-11-04 10:12:28 +01:00 
			
		
		
		
	Rector standards slowly being applied. PHP Version first.
This commit is contained in:
		@@ -8,7 +8,7 @@ use DNW\Skills\Numerics\GaussianDistribution;
 | 
			
		||||
 | 
			
		||||
class Message implements \Stringable
 | 
			
		||||
{
 | 
			
		||||
    public function __construct(private GaussianDistribution $value, private string $name)
 | 
			
		||||
    public function __construct(private GaussianDistribution $value, private readonly string $name)
 | 
			
		||||
    {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user