@@ -112,7 +112,7 @@ |
||
112 | 112 | $gear->getTorque(), |
113 | 113 | $gear->getSpeed(), |
114 | 114 | $gear->getForward() ? static::_TRUE : static::_FALSE, |
115 | - $gear->getComposed() ? static::_TRUE : static::_FALSE, |
|
115 | + $gear->getComposed() ? static::_TRUE : static::_FALSE, |
|
116 | 116 | ); |
117 | 117 | } |
118 | 118 | unset($gears); |
@@ -46,7 +46,7 @@ |
||
46 | 46 | protected function init(): void |
47 | 47 | { |
48 | 48 | $this->id = ''; |
49 | - $this->torque = $this->speed = $this->teeth = 0; |
|
49 | + $this->torque = $this->speed = $this->teeth = 0; |
|
50 | 50 | $this->forward = true; |
51 | 51 | $this->composed = false; |
52 | 52 | } |