@@ -76,7 +76,6 @@ |
||
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 |
@@ -66,7 +66,7 @@ |
||
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 | { |
@@ -72,7 +72,7 @@ discard block |
||
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 |
||
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 |
@@ -85,7 +85,7 @@ |
||
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 | { |
@@ -31,7 +31,7 @@ |
||
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; |