Completed
Push — 0.3.x ( 140210...0bff42 )
by Marko
04:51
created
src/Core/Animation.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
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.