Completed
Pull Request — master (#60)
by Marko
07:23
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.
src/Core/Assets/AssetVideo.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,6 @@
 block discarded – undo
76 76
     /**
77 77
      * loop video
78 78
      *
79
-     * @param string $preload            
80 79
      * @return AssetVideoInterface
81 80
      */
82 81
     public function loop(bool $loop = true): AssetVideoInterface
Please login to merge, or discard this patch.
src/Core/Helpers/AssetsAbstract.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
      * {@inheritdoc}
67 67
      *
68 68
      * @param null|string $src            
69
-     * @return void
69
+     * @return AssetsInterface
70 70
      */
71 71
     public function src(string $src = null): AssetsInterface
72 72
     {
Please login to merge, or discard this patch.
src/Extras/Primitives/Video.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@  discard block
 block discarded – undo
72 72
      *
73 73
      * {@inheritdoc}
74 74
      *
75
-     * @param int|float $height
75
+     * @param double $height
76 76
      * @return VideoPrimitiveIF
77 77
      */
78 78
     public function height(float $height = 1.75): VideoPrimitiveIF
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
      *
87 87
      * {@inheritdoc}
88 88
      *
89
-     * @param int|float $width
89
+     * @param integer $width
90 90
      * @return VideoPrimitiveIF
91 91
      */
92 92
     public function width(float $width = 3): VideoPrimitiveIF
Please login to merge, or discard this patch.
src/Extras/Primitives/Videosphere.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
      * Autoplay video
86 86
      *
87 87
      * @param bool $autoplay
88
-     * @return AssetVideoInterface
88
+     * @return VideospherePrimitiveIF
89 89
      */
90 90
     public function autoplay(bool $autoplay = true): VideospherePrimitiveIF
91 91
     {
Please login to merge, or discard this patch.
src/Interfaces/Extras/Primitives/VideoPrimitiveIF.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
     /**
32 32
      * geometry.height
33 33
      *
34
-     * @param int|float $height            
34
+     * @param double $height            
35 35
      * @return VideoPrimitiveIF
36 36
      */
37 37
     public function height(float $height = 1.75): VideoPrimitiveIF;
Please login to merge, or discard this patch.
src/Interfaces/Extras/Primitives/ObjModelPrimitiveIF.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
34 34
      * Selector to an <a-asset-item> pointing to a .OBJ file or an inline path to a .OBJ file.
35 35
      *
36 36
      * @param null|string $selector            
37
-     * @return ObjModelCMPTIF
37
+     * @return ObjModelPrimitiveIF
38 38
      */
39 39
     public function obj(string $selector = null): ObjModelPrimitiveIF;
40 40
 
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
      * use the material component instead.
46 46
      *
47 47
      * @param null|string $selector            
48
-     * @return ObjModelCMPTIF
48
+     * @return ObjModelPrimitiveIF
49 49
      */
50 50
     public function mtl(string $selector = null): ObjModelPrimitiveIF;
51 51
 }
52 52
\ No newline at end of file
Please login to merge, or discard this patch.
src/Extras/Primitives/Curvedimage.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -43,8 +43,7 @@
 block discarded – undo
43 43
      *
44 44
      * Selector to an <a-asset-item> pointing to a .OBJ file or an inline path to a .OBJ file.
45 45
      *
46
-     * @param null|string $selector            
47
-     * @return ObjModelPrimitiveIF
46
+     * @return Curvedimage
48 47
      */
49 48
     public function init()
50 49
     {
Please login to merge, or discard this patch.