@@ -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 | */ |