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