syntaxerrors/Steam

View on GitHub
src/Syntax/SteamApi/Containers/Player/Level.php

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Line exceeds 120 characters; contains 146 characters
Open

        $this->percentThroughLevel = ($this->playerXp - $this->currentLevelFloor) / ($this->currentLevelCeiling - $this->currentLevelFloor) * 100;

There are no issues that match your filters.

Category
Status