@@ -65,7 +65,7 @@ |
||
| 65 | 65 | * |
| 66 | 66 | * Delay (in milliseconds) or event name to wait on before beginning animation |
| 67 | 67 | * |
| 68 | - * @param int|string $ms |
|
| 68 | + * @param integer $ms |
|
| 69 | 69 | * @return AnimationInterface |
| 70 | 70 | */ |
| 71 | 71 | 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; |