Completed
Pull Request — master (#59)
by Marko
03:08
created
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.