Completed
Push — 0.3.x ( 8ea901...715f96 )
by Marko
04:14
created
src/Core/Assets.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
      * <a-scene><a-assets><img>
64 64
      *
65 65
      * @param string $id            
66
-     * @return AssetImageInterface
66
+     * @return \AframeVR\Interfaces\Core\Assets\AssetImageInterface
67 67
      */
68 68
     public function img(string $id = 'untitled'): \AframeVR\Interfaces\Core\Assets\AssetImageInterface
69 69
     {
Please login to merge, or discard this patch.
src/Core/Assets/Mixin.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
      * Load component for this Mixin
44 44
      *
45
-     * @param string $component_name            
45
+     * @param string $cmpnt_name            
46 46
      * @throws \AframeVR\Core\Exceptions\BadComponentCallException
47 47
      * @return object|null
48 48
      */
Please login to merge, or discard this patch.
src/Interfaces/Core/Components/ColladaModel/ColladaModelInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -37,6 +37,7 @@
 block discarded – undo
37 37
      * @param integer|double $x            
38 38
      * @param integer|double $y            
39 39
      * @param integer|double $z            
40
+     * @return void
40 41
      */
41 42
     public function update(float $x = 0, float $y = 0, float $z = 0);
42 43
 }
Please login to merge, or discard this patch.