mirror of
https://github.com/furyfire/trueskill.git
synced 2025-04-18 20:04:28 +00: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