Completed
Push — master ( be4ea7...66bb0f )
by Marko
12s
created
src/Interfaces/AssetsInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -37,6 +37,7 @@
 block discarded – undo
37 37
      * @param integer|double $x            
38 38
      * @param integer|double $y            
39 39
      * @param integer|double $z            
40
+     * @return void
40 41
      */
41 42
     public function update(float $x = 0, float $y = 0, float $z = 0);
42 43
 }
Please login to merge, or discard this patch.
src/Core/Components/Material/MaterialComponent.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
      *
92 92
      * {@inheritdoc}
93 93
      *
94
-     * @param null|string $shader
94
+     * @param null|string $shader_name
95 95
      * @throws BadShaderCallException
96 96
      * @return ShaderInterface|MaterialComponent
97 97
      */
Please login to merge, or discard this patch.
src/Core/Helpers/EntityChildrenFactory.php 1 patch
Doc Comments   -3 removed lines patch added patch discarded remove patch
@@ -61,7 +61,6 @@  discard block
 block discarded – undo
61 61
      * Get entity
62 62
      *
63 63
      * @param string $a_type
64
-     * @param string $id
65 64
      * @return AframeVR\Interfaces\EntityInterface
66 65
      */
67 66
     public function getEntity(string $a_type, string $entity_id)
@@ -83,7 +82,6 @@  discard block
 block discarded – undo
83 82
      * Get entity
84 83
      *
85 84
      * @param string $method
86
-     * @param array $args
87 85
      * @return AframeVR\Interfaces\EntityInterface
88 86
      */
89 87
     public function __call(string $method, array $entity_id)
@@ -99,7 +97,6 @@  discard block
 block discarded – undo
99 97
      * EntityChildrenFactory then you can still access it
100 98
      *
101 99
      * @param string $a_type
102
-     * @param string $id
103 100
      * @throws BadShaderCallException
104 101
      * @return AframeVR\Interfaces\EntityInterface
105 102
      */
Please login to merge, or discard this patch.
src/Core/DOM/AframeDOMDocument.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -326,7 +326,6 @@
 block discarded – undo
326 326
     /**
327 327
      * Append DOM attributes no set by components
328 328
      *
329
-     * @param \DOMElement $a_entity
330 329
      */
331 330
     public function appendSceneAttributes(array $attrs)
332 331
     {
Please login to merge, or discard this patch.