Skip to content

Commit a8cbd21

Browse files
brendtgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 2946150 commit a8cbd21

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/SparkLineEntry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public function __construct(
1313

1414
public function rebase(int $base, int $max): self
1515
{
16-
if($max === 0) {
16+
if ($max === 0) {
1717
return $this;
1818
}
1919

tests/SparkLineTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
use Brendt\SparkLine\SparkLine;
88
use Brendt\SparkLine\SparkLineEntry;
9-
use DivisionByZeroError;
109
use PHPUnit\Framework\TestCase;
1110

1211
final class SparkLineTest extends TestCase

0 commit comments

Comments
 (0)