Completed
Push — master ( 616b03...431b60 )
by Marko
10s
created
src/Interfaces/AnimationInterface.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Core/Animation.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.