Completed
Push — master ( 31e846...f233e3 )
by Askupa
02:37
created
AbstractComponent.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
89 89
     /**
90 90
      * Get the name for this component by parsing the name template.
91 91
      * 
92
-     * @return type
92
+     * @return string
93 93
      */
94 94
     public function get_name()
95 95
     {
Please login to merge, or discard this patch.
components/composite/controller.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
     /**
124 124
      * 
125 125
      * @param type $args
126
-     * @return type
126
+     * @return AbstractComponent
127 127
      */
128 128
     private function create_component( $args )
129 129
     {
Please login to merge, or discard this patch.