@@ -37,6 +37,7 @@ |
||
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 | } |
@@ -91,7 +91,7 @@ |
||
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 | */ |
@@ -61,7 +61,6 @@ discard block |
||
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 |
||
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 |
||
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 | */ |
@@ -326,7 +326,6 @@ |
||
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 | { |