mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-16 16:38:40 +00:00
phpcs fixes
This commit is contained in:
parent
a714359ea9
commit
f6fb7f4747
|
|
@ -144,7 +144,6 @@ class Path
|
|||
$coord1 = $reverse[$i + 1];
|
||||
|
||||
$interpolated = $this->interpolate($coord0, $coord1);
|
||||
|
||||
$expanded = \array_merge($expanded, $interpolated);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -80,7 +80,6 @@ final class CubicSplineInterpolation implements InterpolationInterface
|
|||
$this->points = $points;
|
||||
|
||||
$n = \count($this->points);
|
||||
|
||||
$b = [];
|
||||
$matrix = new Matrix($n, $n);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user