Completed
Pull Request — master (#60)
by Marko
07:48
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.