Completed
Push — master ( f8571a...f0770d )
by Marko
04:14
created
src/Composer/Installer/AframeInstallerPlugin.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,8 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.
src/Core/DOM/AframeDOMDocument.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -148,7 +148,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Extras/Primitives.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -122,8 +122,6 @@
 block discarded – undo
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()
Please login to merge, or discard this patch.