Completed
Push — master ( ef2b91...1f4a88 )
by Marko
02:27
created
src/Extras/Primitives/Cylinder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@
 block discarded – undo
101 101
      *
102 102
      * {@inheritdoc}
103 103
      *
104
-     * @param int|float $radius            
104
+     * @param double $radius            
105 105
      * @return \AframeVR\Interfaces\Extras\Primitives\CylinderInterface
106 106
      */
107 107
     public function radius(float $radius = 0.75): CylinderInterface
Please login to merge, or discard this patch.
src/Interfaces/Extras/Primitives/CylinderInterface.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
     /**
48 48
      * geometry.radius
49 49
      *
50
-     * @param int|float $radius            
50
+     * @param double $radius            
51 51
      * @return \AframeVR\Interfaces\Extras\Primitives\CylinderInterface
52 52
      */
53 53
     public function radius(float $radius = 0.75): CylinderInterface;
Please login to merge, or discard this patch.