Completed
Push — master ( e8c35c...844dd2 )
by Marko
03:16
created
src/Core/Components/Material/MaterialComponent.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -194,7 +194,7 @@
 block discarded – undo
194 194
     /**
195 195
      * roughness
196 196
      *
197
-     * @param bool $roughness            
197
+     * @param double $roughness            
198 198
      * @return MaterialCMPTIF
199 199
      */
200 200
     public function roughness(float $roughness): MaterialCMPTIF
Please login to merge, or discard this patch.
src/Core/Helpers/MeshAttributes.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
     /**
63 63
      * material.metalness
64 64
      *
65
-     * @param int|float $metalness            
65
+     * @param double $metalness            
66 66
      * @return EntityInterface
67 67
      */
68 68
     public function metalness(float $metalness): EntityInterface
Please login to merge, or discard this patch.