Skip to content

Commit

Permalink
Declare missing variables MagneticForceA, MagneticForceR & RingSize
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipxe13 committed May 23, 2023
1 parent b31bdb9 commit ca9a196
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/Chart/Spring.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,21 @@ class Spring
*/
public $AutoComputeFreeZone = false;

/**
* @var int|float
*/
private $MagneticForceA;

/**
* @var int|float
*/
private $MagneticForceR;

/**
* @var int|float
*/
private $RingSize;

public function __construct()
{
/* Set nodes defaults */
Expand Down

0 comments on commit ca9a196

Please sign in to comment.