Completed
Push — master ( be4ea7...74ddb0 )
by Marko
8s
created
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.