@@ -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; |