@@ -42,7 +42,7 @@ |
||
| 42 | 42 | * |
| 43 | 43 | * Delay (in milliseconds) or event name to wait on before beginning animation |
| 44 | 44 | * |
| 45 | - * @param int|string $ms |
|
| 45 | + * @param integer $ms |
|
| 46 | 46 | * @return AnimationInterface |
| 47 | 47 | */ |
| 48 | 48 | public function begin($ms = 0): AnimationInterface; |
@@ -42,7 +42,7 @@ |
||
| 42 | 42 | * |
| 43 | 43 | * Delay (in milliseconds) or event name to wait on before beginning animation |
| 44 | 44 | * |
| 45 | - * @param int|string $ms |
|
| 45 | + * @param integer $ms |
|
| 46 | 46 | * @return AnimationInterface |
| 47 | 47 | */ |
| 48 | 48 | public function begin($ms = 0): AnimationInterface; |
@@ -49,7 +49,7 @@ |
||
| 49 | 49 | * {@inheritdoc} |
| 50 | 50 | * |
| 51 | 51 | * @param bool $enabled |
| 52 | - * @return LookControlsCMPTIF |
|
| 52 | + * @return VRmodeUICMPTIF |
|
| 53 | 53 | */ |
| 54 | 54 | public function enabled(bool $enabled = true): VRmodeUICMPTIF |
| 55 | 55 | { |