mirror of
				https://github.com/furyfire/trueskill.git
				synced 2025-10-31 00:12:29 +01:00 
			
		
		
		
	Pint applied for formatting
This commit is contained in:
		| @@ -1,4 +1,6 @@ | ||||
| <?php namespace DNW\Skills; | ||||
| <?php | ||||
|  | ||||
| namespace DNW\Skills; | ||||
|  | ||||
| class PartialPlay | ||||
| { | ||||
| @@ -6,7 +8,7 @@ class PartialPlay | ||||
|     { | ||||
|         // If the player doesn't support the interface, assume 1.0 == 100% | ||||
|         $supportsPartialPlay = $player instanceof ISupportPartialPlay; | ||||
|         if (!$supportsPartialPlay) { | ||||
|         if (! $supportsPartialPlay) { | ||||
|             return 1.0; | ||||
|         } | ||||
|  | ||||
| @@ -20,4 +22,4 @@ class PartialPlay | ||||
|  | ||||
|         return $partialPlayPercentage; | ||||
|     } | ||||
| } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Alex Wulf
					Alex Wulf