@@ -57,7 +57,8 @@ |
||
| 57 | 57 | * so therefore it is installed/updated before |
| 58 | 58 | * this pulgin is loaded or updated. |
| 59 | 59 | * |
| 60 | - * @param AframeComponentInstaller $aframe_installer |
|
| 60 | + * @param AframeComponentInstaller $aframe_installer |
|
| 61 | + * @param IOInterface $io |
|
| 61 | 62 | * @return void |
| 62 | 63 | */ |
| 63 | 64 | private function updateAframeCore(AframeComponentInstaller $aframe_installer, $io) |
@@ -148,7 +148,6 @@ discard block |
||
| 148 | 148 | /** |
| 149 | 149 | * Render scene this DOM Object is attached to |
| 150 | 150 | * |
| 151 | - * @param bool $only_scene |
|
| 152 | 151 | * @return string |
| 153 | 152 | */ |
| 154 | 153 | public function render(): string |
@@ -177,7 +176,6 @@ discard block |
||
| 177 | 176 | /** |
| 178 | 177 | * Set Scene meta description |
| 179 | 178 | * |
| 180 | - * @param string $title |
|
| 181 | 179 | */ |
| 182 | 180 | public function setDescription(string $description) |
| 183 | 181 | { |
@@ -122,8 +122,6 @@ |
||
| 122 | 122 | /** |
| 123 | 123 | * Add all used primitevs to the scene |
| 124 | 124 | * |
| 125 | - * @param \DOMDocument $aframe_dom |
|
| 126 | - * @param \DOMElement $scene |
|
| 127 | 125 | * @return void |
| 128 | 126 | */ |
| 129 | 127 | protected function preparePrimitives() |