mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
Improve array docblock NO_CI
This commit is contained in:
parent
ac89a7237c
commit
f973d59d58
|
|
@ -29,7 +29,7 @@ final class LinearInterpolation implements InterpolationInterface
|
|||
/**
|
||||
* Points for spline interpolation
|
||||
*
|
||||
* @var array
|
||||
* @var array<int, array{x:int|float, y:int|float}>
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private array $points = [];
|
||||
|
|
@ -61,7 +61,7 @@ final class LinearInterpolation implements InterpolationInterface
|
|||
/**
|
||||
* Constructor.
|
||||
*
|
||||
* @param array $points Points to create the interpolation with
|
||||
* @param array<int, array{x:int|float, y:int|float}> $points Points to create the interpolation with
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user