Completed
Push — master ( b40f7e...dd9ee2 )
by Marko
02:52
created
src/Core/Assets.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
46 46
      * mixin
47 47
      *
48 48
      * @param string $name            
49
-     * @return \AframeVR\Interfaces\Assets\MixinInterface
49
+     * @return \AframeVR\Interfaces\Core\Assets\MixinInterface
50 50
      */
51 51
     public function mixin(string $name = 'untitled'): MixinInterface
52 52
     {
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
      * mixin
58 58
      *
59 59
      * @param string $name            
60
-     * @return \AframeVR\Interfaces\Assets\ItemInterface
60
+     * @return \AframeVR\Interfaces\Core\Assets\ItemInterface
61 61
      */
62 62
     public function item(string $name = 'untitled'): ItemInterface
63 63
     {
Please login to merge, or discard this patch.
src/Interfaces/Extras/Primitives/BoxInterface.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
      * geometry.height
40 40
      * 
41 41
      * @param float $height
42
-     * @return \A\AframeVR\Interfaces\Extras\Primitives\BoxInterface
42
+     * @return BoxInterface
43 43
      */
44 44
     public function height(float $height = 1): BoxInterface;
45 45
     
Please login to merge, or discard this patch.