We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2946150 commit a8cbd21Copy full SHA for a8cbd21
src/SparkLineEntry.php
@@ -13,7 +13,7 @@ public function __construct(
13
14
public function rebase(int $base, int $max): self
15
{
16
- if($max === 0) {
+ if ($max === 0) {
17
return $this;
18
}
19
tests/SparkLineTest.php
@@ -6,7 +6,6 @@
6
7
use Brendt\SparkLine\SparkLine;
8
use Brendt\SparkLine\SparkLineEntry;
9
-use DivisionByZeroError;
10
use PHPUnit\Framework\TestCase;
11
12
final class SparkLineTest extends TestCase
0 commit comments