Completed
Push — master ( 44e5f7...e8b22d )
by Marko
9s
created
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/Camera.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -181,7 +181,7 @@
 block discarded – undo
181 181
     /**
182 182
      * Camera child cursor entity
183 183
      * 
184
-     * @return \AframeVR\Interfaces\Core\Components\CursorCMPTIF
184
+     * @return Entity
185 185
      */
186 186
     public function cursor()
187 187
     {
Please login to merge, or discard this patch.
src/Extras/Primitives/Cone.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +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
-     * @return ObjModelPrimitiveIF
46
+     * @return Cone
47 47
      */
48 48
     public function init()
49 49
     {
Please login to merge, or discard this patch.
src/Extras/Primitives/Cursor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
      *
45 45
      * Selector to an <a-asset-item> pointing to a .OBJ file or an inline path to a .OBJ file.
46 46
      *
47
-     * @return ObjModelPrimitiveIF
47
+     * @return Cursor
48 48
      */
49 49
     public function init()
50 50
     {
Please login to merge, or discard this patch.
src/Extras/Primitives/Curvedimage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
      *
47 47
      * Selector to an <a-asset-item> pointing to a .OBJ file or an inline path to a .OBJ file.
48 48
      *
49
-     * @return ObjModelPrimitiveIF
49
+     * @return Curvedimage
50 50
      */
51 51
     public function init()
52 52
     {
Please login to merge, or discard this patch.